Fix function name when reporting errors.
This commit is contained in:
parent
98e5b5a107
commit
d5b91f9f3a
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ test_mifare_classic_get_uid (void)
|
|||
|
||||
uid = freefare_get_tag_uid (tag);
|
||||
|
||||
cut_assert_not_null (uid, cut_message ("mifare_classic_get_uid() failed"));
|
||||
cut_assert_not_null (uid, cut_message ("freefare_get_tag_uid() failed"));
|
||||
cut_assert_equal_int (8, strlen (uid), cut_message ("Wrong UID length"));
|
||||
|
||||
free (uid);
|
||||
|
|
Loading…
Add table
Reference in a new issue