mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 04:10:07 +00:00
test/core/crypto: Fix a copy-paste issue in failure spew
This commit is contained in:
@@ -161,7 +161,7 @@ test_pbkdf2 :: proc(t: ^testing.T) {
|
||||
testing.expectf(
|
||||
t,
|
||||
dst_str == v.dk,
|
||||
"HMAC-%s: Expected: %s for input of (%s, %s, %d), but got %s instead",
|
||||
"PBKDF2-%s: Expected: %s for input of (%s, %s, %d), but got %s instead",
|
||||
algo_name,
|
||||
v.dk,
|
||||
v.password,
|
||||
|
||||
Reference in New Issue
Block a user