Skip to content

Commit

Permalink
use correct file path
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 14, 2023
1 parent 1d93990 commit 510dc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-data_write.R
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,5 @@ test_that("data_write, existing variable label but missing value labels", {
)
d$a <- assign_labels(d$a, variable = "First")
# expect message, but no error
expect_message(data_write(d, "test.sav"), regex = "Preparing")
expect_message(data_write(d, tmp), regex = "Preparing")
})

0 comments on commit 510dc5a

Please sign in to comment.