Skip to content

Commit

Permalink
Remove unnecessary setequal
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ash committed Dec 1, 2023
1 parent 017ce60 commit 2dbeaf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-orderly.R
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ test_that("pull", {
expect_true(file.exists(res))
expect_true(file.info(res)$isdir)
expect_setequal(dir(res), dir(paths$report_paths$example[1]))
expect_setequal(openssl::md5(dir(res)),
openssl::md5(dir(paths$report_paths$example[1])))
expect_equal(openssl::md5(dir(res)),
openssl::md5(dir(paths$report_paths$example[1])))
})


Expand Down

0 comments on commit 2dbeaf3

Please sign in to comment.