Skip to content

Commit

Permalink
test: normalizePath to handle windows install errors
Browse files Browse the repository at this point in the history
  • Loading branch information
akselthomsen committed Jan 15, 2025
1 parent 627cc50 commit fdebba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-integration.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test_that("integration in new package", {
quick = TRUE
),
libpath,
list(p = pkg)
list(p = normalizePath(pkg))
) |>
expect_true()

Expand Down

0 comments on commit fdebba8

Please sign in to comment.