Skip to content

Commit

Permalink
Polish test
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixmil committed Aug 30, 2024
1 parent 8eeaa1f commit d8bdf01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-snapshots.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ test_that("Convert project to snapshot works", {
path <- getTestDataFilePath("test_project.pksim5")
temp_dir <- withr::local_tempdir()
convertSnapshot(path, output = temp_dir, format = "snapshot")
list.files(temp_dir)

expect_length(list.files(temp_dir, pattern = ".json"), 1)
})

Expand Down

0 comments on commit d8bdf01

Please sign in to comment.