Skip to content

Commit

Permalink
Addresses latest build results
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed Apr 23, 2024
1 parent 1c327f5 commit 20124db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: chattr
Title: Interact with large language models in 'RStudio'
Title: Interact with Large Language Models in 'RStudio'
Version: 0.1.0
Authors@R: c(
person("Edgar", "Ruiz", , "[email protected]", role = c("aut", "cre")),
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-backend-openai.R
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ test_that("Copilot token finder works", {
})

test_that("Copilot token folder not found", {
skip_on_cran()
local_mocked_bindings(
os_win = function(...) TRUE
)
Expand Down

0 comments on commit 20124db

Please sign in to comment.