Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Sep 24, 2024
1 parent 252dc11 commit 1db8dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/software/amazon/awssdk/crt/test/CrcTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public void testCrc64NVMEValuesIterated() {
for (int i = 0; i < 32; i++) {
crc64.update(values, i, 1);
}
long expected = 0xB9D9D4A8492CBD7FLv;
long expected = 0xB9D9D4A8492CBD7FL;
assertEquals(expected, crc64.getValue());
}
}

0 comments on commit 1db8dfc

Please sign in to comment.