Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
plietar committed Apr 3, 2024
1 parent 846d073 commit 241127a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-outpack-packet.R
Original file line number Diff line number Diff line change
Expand Up @@ -833,5 +833,5 @@ test_that("metadata files match their hash", {
expected_hash <- location[location$packet == id]$hash

path <- file.path(root$path, ".outpack", "metadata", id)
expect_no_error(hash_validate_file(expected_hash, path))
expect_no_error(hash_validate_file(path, expected_hash))
})

0 comments on commit 241127a

Please sign in to comment.