test UPDATE message changed
diff --git a/tests/utests/basic/test_hash_table.c b/tests/utests/basic/test_hash_table.c
index 68759e5..cebea4f 100644
--- a/tests/utests/basic/test_hash_table.c
+++ b/tests/utests/basic/test_hash_table.c
@@ -55,7 +55,7 @@
     /* 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 */