Skip to content

Commit

Permalink
Document
Browse files Browse the repository at this point in the history
  • Loading branch information
weshinsley committed Jul 5, 2024
1 parent 0e75a90 commit b942208
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions man/hipercow_purge.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tests/testthat/test-purge.R
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@ test_that("can do a dry run purge", {
expect_match(res$messages[[3]], "Deleting 1 task bundle")
expect_match(res$messages[[4]], "Dry_run")

file1 <-
expect_true(file.exists(substring(res$message[[4]], 32)))
file <- gsub("\n", "", substring(res$message[[4]], 32))
expect_true(file.exists(file))


})

0 comments on commit b942208

Please sign in to comment.