Skip to content

Commit

Permalink
Update hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
joelnitta committed Mar 14, 2024
1 parent 899ee19 commit cb05af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/snapshot_ftol_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ assert_that(
# Only need to check data files that are archived outside of this repo
# (ie, on figshare https://doi.org/10.6084/m9.figshare.19474316)
# If this fails, run content_id(ref_aln_archive) to obtain new hash.
ref_aln_hash <- "hash://sha256/6e26b015242dbef07ccbf657afe1fb44cfbbf985f2451911a460849d2551ec0a" # nolint
ref_aln_hash <- "hash://sha256/6a86df880bef06752895028779fb326b6c2efd0806399e4ea9c7e5b2ce7a2574" # nolint
assert_that(
content_id(ref_aln_archive) == ref_aln_hash,
msg = glue::glue("Contents of {ref_aln_archive} have changed; update hash")
)

# If this fails, run content_id(restez_sql_db_archive) to obtain new hash
restez_sql_db_hash <- "hash://sha256/4678990f9d78d3d47bde069a284c79930b0d3d55bf6b75ff8ea54ef1663b3320" # nolint
restez_sql_db_hash <- "hash://sha256/d5b6be62c59916182ac16edb104be39bc63abd40f190d27a67eb447b8af7e868" # nolint
assert_that(
content_id(restez_sql_db_archive) == restez_sql_db_hash,
msg = glue::glue(
Expand Down

0 comments on commit cb05af5

Please sign in to comment.