Skip to content

Commit 30b958d

Browse files
committed
fix
1 parent 9fb0c35 commit 30b958d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cryptobin/rsa/rsa_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ func test_CreatePKCS1PrivateKeyWithPassword(t *testing.T, cipher string) {
235235

236236
assertNotEmpty(newPrikey, "Test_CreatePKCS1PrivateKeyWithPassword-newPrikey")
237237

238-
assertEqual(newPrikey, prikey, "Test_CreatePKCS1PrivateKeyWithPassword")
238+
assertEqual(true, prikey.Equal(newPrikey), "Test_CreatePKCS1PrivateKeyWithPassword")
239239
})
240240
}
241241

0 commit comments

Comments
 (0)