From e9881fcf521265f8e88004694e5678df0dd6b3d4 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 7 Dec 2013 16:29:25 +0100 Subject: [PATCH] store_test: Fixed golden data for tojson() test. --- t/core/store_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/core/store_test.c b/t/core/store_test.c index c27310d..afc5323 100644 --- a/t/core/store_test.c +++ b/t/core/store_test.c @@ -174,7 +174,7 @@ START_TEST(test_store_tojson) "\"services\": [" "{\"name\": \"s1\", \"last_update\": \"1970-01-01 00:00:00 +0000\"}," "{\"name\": \"s2\", \"last_update\": \"1970-01-01 00:00:00 +0000\"}," - "]}" + "]}," "]}"; sdb_store_host("h1", 1); -- 2.30.2