Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Sep 23, 2024
1 parent 572f69b commit e92d837
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 @@ -13,7 +13,7 @@ public CrcTest() {
}

@Test
public void test Zeroes() {
public void testCrc32Zeroes() {
byte[] zeroes = new byte[32];
java.util.zip.CRC32 crcj = new java.util.zip.CRC32();
software.amazon.awssdk.crt.checksums.CRC32 crcc = new software.amazon.awssdk.crt.checksums.CRC32();
Expand Down

0 comments on commit e92d837

Please sign in to comment.