aboutsummaryrefslogtreecommitdiff
path: root/test/src/util/test_bits.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/util/test_bits.c')
-rw-r--r--test/src/util/test_bits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/util/test_bits.c b/test/src/util/test_bits.c
index c1dfd6a..269d1f6 100644
--- a/test/src/util/test_bits.c
+++ b/test/src/util/test_bits.c
@@ -172,7 +172,7 @@ Test(bits, test_bits_to_hex) {
char *hex = bits_to_hex(bits);
cr_assert_not_null(hex, );
- cr_assert_str_eq(hex, "abc0", );
+ cr_assert_str_eq(hex, "0abc", );
try_free(hex);
bits_free(&bits);
}