Skip to content

Commit

Permalink
test UPDATE message changed
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Feb 20, 2024
1 parent 01f1eb7 commit 7ebd607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utests/basic/test_hash_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ test_dict_hit(void **state)
/* destroy dictionary - should raise warning about data presence */
ly_ctx_destroy(UTEST_LYCTX);
UTEST_LYCTX = NULL;
CHECK_LOG("String \"test1\" not freed from the dictionary, refcount 1", NULL);
CHECK_LOG("String \"test1\" not freed from the dictionary, refcount 1.", NULL);

#ifndef NDEBUG
/* cleanup */
Expand Down

0 comments on commit 7ebd607

Please sign in to comment.