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

Commit

Permalink
Update unit test (Etag)
Browse files Browse the repository at this point in the history
  • Loading branch information
UBaggeler committed Jul 5, 2021
1 parent f66c0d6 commit 4cee274
Showing 1 changed file with 1 addition and 1 deletion.
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 = "f81d6bbe0d5f40320ec781dc0fdbc6b717a8d853";
String expected = "71446bd3f94587f788f19c8d4d5ba7f787c0ecdb";
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 4cee274

Please sign in to comment.