Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Update rules
Browse files Browse the repository at this point in the history
  • Loading branch information
martinalig committed Jun 23, 2021
1 parent 7892f94 commit 797b2e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -707,9 +707,9 @@
"2139"
],
"acceptance-criteria": {
"single-vaccine-validity-offset": 15,
"vaccine-immunity": 179,
"rat-test-validity": 24,
"single-vaccine-validity-offset": 22,
"vaccine-immunity": 364,
"rat-test-validity": 48,
"pcr-test-validity": 72,
"recovery-offset-valid-from": 10,
"recovery-offset-valid-until": 179
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void testUnsortedListHashcode() {

@Test
public void testFileHash() throws Exception {
String expected = "011ec25ca7a4d0c95fe8fd7c33cdeff3654d7bf9";
String expected = "b12dc950b08474f264392d5ed919fe9d525f66f5";
String sha1 = EtagUtil.getSha1HashForFiles(PATH_TO_VERIFICATION_RULES);
assertEquals(expected, sha1);
assertNotEquals(expected, EtagUtil.getSha1HashForFiles(PATH_TO_TEST_VERIFICATION_RULES));
Expand Down

0 comments on commit 797b2e5

Please sign in to comment.