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 #69 from admin-ch/feature/covaxin
Browse files Browse the repository at this point in the history
fix TR-CH-0002
  • Loading branch information
gstoehld authored Nov 4, 2021
2 parents 83df066 + 57c461e commit 5206fc1
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
},
[
"LP217198-3",
"LP6464-4"
"LP6464-4",
"94504-8"
]
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
},
[
"LP217198-3",
"LP6464-4"
"LP6464-4",
"94504-8"
]
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,8 @@
},
[
"LP217198-3",
"LP6464-4"
"LP6464-4",
"94504-8"
]
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,8 @@
},
[
"LP217198-3",
"LP6464-4"
"LP6464-4",
"94504-8"
]
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,8 @@
},
[
"LP217198-3",
"LP6464-4"
"LP6464-4",
"94504-8"
]
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void testUnsortedListEtag() {

@Test
public void testFileHash() throws Exception {
String expected = "W/\"bce3ac58ce97118fe99eb356886d54f4465af9b2\"";
String expected = "W/\"5d696fd11a5809c9c6d65bf3f4b80bfaba26cefc\"";
String sha1 = EtagUtil.getSha1HashForFiles(true, PATH_TO_VERIFICATION_RULES);
assertEquals(expected, sha1);
assertNotEquals(
Expand Down

0 comments on commit 5206fc1

Please sign in to comment.