diff --git a/DESCRIPTION b/DESCRIPTION index 4a9a7f3..1fbbd28 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "opensource+rodrigo@appsilon.com"), diff --git a/NEWS.md b/NEWS.md index 4a78aa4..9ee8f97 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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. diff --git a/tests/testthat/test-lsp_completion_package_attach_list.R b/tests/testthat/test-lsp_completion_package_attach_list.R index 61624f2..ea24e0d 100644 --- a/tests/testthat/test-lsp_completion_package_attach_list.R +++ b/tests/testthat/test-lsp_completion_package_attach_list.R @@ -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")