Skip to content

Commit 17215bb

Browse files
committed
update test
1 parent 2dc6f6f commit 17215bb

File tree

1 file changed

+2
-0
lines changed
  • runtime/runtime-core/jvm/test/aws/smithy/kotlin/runtime/hashing

1 file changed

+2
-0
lines changed

runtime/runtime-core/jvm/test/aws/smithy/kotlin/runtime/hashing/EcdsaJVMTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ class EcdsaJVMTest {
9797
val verifier = Signature.getInstance("SHA256withECDSA")
9898
verifier.initVerify(publicKey)
9999
verifier.update(message)
100+
101+
assertTrue(verifier.verify(signature))
100102
}
101103

102104
@Test

0 commit comments

Comments
 (0)