Skip to content

Commit 7ebd607

Browse files
committed
test UPDATE message changed
1 parent 01f1eb7 commit 7ebd607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utests/basic/test_hash_table.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ test_dict_hit(void **state)
5555
/* destroy dictionary - should raise warning about data presence */
5656
ly_ctx_destroy(UTEST_LYCTX);
5757
UTEST_LYCTX = NULL;
58-
CHECK_LOG("String \"test1\" not freed from the dictionary, refcount 1", NULL);
58+
CHECK_LOG("String \"test1\" not freed from the dictionary, refcount 1.", NULL);
5959

6060
#ifndef NDEBUG
6161
/* cleanup */

0 commit comments

Comments
 (0)