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

Commit

Permalink
new verification rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ubhaller committed Jun 11, 2021
1 parent ecf4765 commit 4b98ea1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,7 @@
"768",
"1097",
"1114",
"1144",
"1162",
"1173",
"1180",
Expand All @@ -642,8 +643,8 @@
"1232",
"1236",
"1244",
"1246",
"1253",
"1257",
"1263",
"1266",
"1267",
Expand Down Expand Up @@ -673,6 +674,7 @@
"1484",
"1489",
"1490",
"1574",
"1604",
"1606",
"1654",
Expand All @@ -692,7 +694,17 @@
"1919",
"1934",
"2010",
"2017"
"2017",
"2098",
"2101",
"2103",
"2104",
"2108",
"2109",
"2116",
"2128",
"2130",
"2139"
],
"acceptance-criteria": {
"single-vaccine-validity-offset": 15,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void testUnsortedListHashcode() {

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

0 comments on commit 4b98ea1

Please sign in to comment.