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

Commit

Permalink
Merge pull request #18 from admin-ch/feature/update-rules-23062021
Browse files Browse the repository at this point in the history
Update Rules
  • Loading branch information
martinalig authored Jun 23, 2021
2 parents c694e97 + 5bdf7ec commit 9a47b99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@
"2139"
],
"acceptance-criteria": {
"single-vaccine-validity-offset": 22,
"single-vaccine-validity-offset": 21,
"vaccine-immunity": 364,
"rat-test-validity": 48,
"pcr-test-validity": 72,
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 = "b12dc950b08474f264392d5ed919fe9d525f66f5";
String expected = "f81d6bbe0d5f40320ec781dc0fdbc6b717a8d853";
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 9a47b99

Please sign in to comment.