test/core/crypto: Fix a copy-paste issue in failure spew

This commit is contained in:
Yawning Angel
2024-07-16 01:29:43 +09:00
parent 0d8dadec8a
commit 4815154c31
+1 -1
View File
@@ -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,