Skip to content

Commit

Permalink
Fix a unit test on windows CI (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
radbasa authored Sep 10, 2024
1 parent fd1d5cd commit 389ef84
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: box.lsp
Title: Provides 'box' Compatibility for 'languageserver'
Version: 0.1.0
Version: 0.1.0.9001
Authors@R:
c(
person("Ricardo Rodrigo", "Basa", role = c("aut", "cre"), email = "[email protected]"),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# box.lsp (development version)

* Fixed one unit test on Windows that returns a different length of values.

# box.lsp 0.1.0

First release.
1 change: 1 addition & 0 deletions tests/testthat/test-lsp_completion_package_attach_list.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ test_that("completion of package attached function list works", {
})

test_that("completion of package attached function with alias works", {
testthat::skip_on_os("windows")
client <- language_client()

temp_file <- withr::local_tempfile(fileext = ".R")
Expand Down

0 comments on commit 389ef84

Please sign in to comment.