From 5d402716203d56211eee2e015f9045399457378d Mon Sep 17 00:00:00 2001
From: Roman Khabibov <roman.habibov@tarantool.org>
Date: Tue, 1 Oct 2019 14:47:33 +0300
Subject: [PATCH] Fix 53d4316

(cherry picked from commit 0b9de58692e06e63d01656b67a80ec52ec8c2aac)
---
 test/app-tap/json.test.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/app-tap/json.test.lua b/test/app-tap/json.test.lua
index 8b90ccbb76..fadfc74ecc 100755
--- a/test/app-tap/json.test.lua
+++ b/test/app-tap/json.test.lua
@@ -22,7 +22,7 @@ end
 
 tap.test("json", function(test)
     local serializer = require('json')
-    test:plan(33)
+    test:plan(40)
 
     test:test("unsigned", common.test_unsigned, serializer)
     test:test("signed", common.test_signed, serializer)
-- 
GitLab