Skip to content

Commit

Permalink
Try normalising for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Oct 23, 2024
1 parent 66af263 commit 4ba16ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-location-path.R
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ test_that("allow weird absolute paths in path locations", {

test_that("provide hint when wrong relative path given", {
tmp <- withr::local_tempdir()
tmp <- normalizePath(tmp)
nms <- letters[1:3]
root <- suppressMessages(
set_names(lapply(nms, function(x) orderly_init(file.path(tmp, x))), nms))
Expand Down

0 comments on commit 4ba16ee

Please sign in to comment.