Skip to content

Commit

Permalink
No files in '~/.cachce', progress #129
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed May 22, 2021
1 parent 2d340db commit 59997aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/testthat/test-create_beast2_input_file.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
test_that("use", {

output_filename <- get_beautier_tempfilename()
expect_false(!file.exists(output_filename))
expect_false(file.exists(output_filename))
expect_silent(
create_beast2_input_file(
get_fasta_filename(),
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-create_beast2_input_file_from_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test_that("use", {
)
)
expect_true(file.exists(output_filename))
file.remove(created_lines_filename)
file.remove(output_filename)
})

test_that("abuse", {
Expand Down

0 comments on commit 59997aa

Please sign in to comment.