summaryrefslogtreecommitdiff
path: root/test/unit/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/hash.c')
-rw-r--r--test/unit/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/hash.c b/test/unit/hash.c
index 7cc034f8..49f08238 100644
--- a/test/unit/hash.c
+++ b/test/unit/hash.c
@@ -131,7 +131,7 @@ hash_variant_verify_key(hash_variant_t variant, uint8_t *key) {
default: not_reached();
}
- assert_u32_eq(computed, expected,
+ expect_u32_eq(computed, expected,
"Hash mismatch for %s(): expected %#x but got %#x",
hash_variant_string(variant), expected, computed);
}