Skip to content

Commit

Permalink
auto-clean up folder that is left behind by test_appendRecords
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentvanhees committed Feb 22, 2024
1 parent a310d7d commit 58bf1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_appendRecords.R
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,5 @@ test_that("Neighbouring recordings are correctly appended", {
expect_equal(nrow(M$metashort), 10)
expect_equal(nrow(M$metalong), 2)
expect_equal(unique(M$metashort$accmetric), 4)
if (file.exists(dn)) unlink(dn, recursive = TRUE)
if (dir.exists("./testfolder")) unlink("./testfolder", recursive = TRUE)
})

0 comments on commit 58bf1d9

Please sign in to comment.