Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenml committed Oct 8, 2023
1 parent fdde5a1 commit cd0d3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ static void test_ecc_version(void **state) {

byte_t buf1[2];
const int len = ecc_version(buf1, sizeof buf1);
assert_int_equal(len, 6);
assert_int_equal(len, 5);
assert_int_equal(buf1[0], '1');
assert_int_equal(buf1[1], '.');

Expand Down

0 comments on commit cd0d3a1

Please sign in to comment.