We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f1eb7 commit 7ebd607Copy full SHA for 7ebd607
tests/utests/basic/test_hash_table.c
@@ -55,7 +55,7 @@ test_dict_hit(void **state)
55
/* destroy dictionary - should raise warning about data presence */
56
ly_ctx_destroy(UTEST_LYCTX);
57
UTEST_LYCTX = NULL;
58
- CHECK_LOG("String \"test1\" not freed from the dictionary, refcount 1", NULL);
+ CHECK_LOG("String \"test1\" not freed from the dictionary, refcount 1.", NULL);
59
60
#ifndef NDEBUG
61
/* cleanup */
0 commit comments