Skip to content

Commit f0667fd

Browse files
committed
Fix flaky test
1 parent 110e4fc commit f0667fd

File tree

1 file changed

+0
-1
lines changed
  • tools/testing/src/commonMain/kotlin/org/kotlincrypto/macs

1 file changed

+0
-1
lines changed

tools/testing/src/commonMain/kotlin/org/kotlincrypto/macs/MacUnitTest.kt

-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ abstract class MacUnitTest {
8585
val copy = mac.copy()
8686
copy.reset()
8787

88-
assertNotEquals(copy, mac)
8988
assertEquals(expectedResetSmallHash, copy.doFinal().encodeToString(TestData.base16))
9089
assertEquals(expectedUpdateSmallHash, mac.doFinal().encodeToString(TestData.base16))
9190
}

0 commit comments

Comments
 (0)