[tarantool-patches] [PATCH] Fix 53d4316
Roman Khabibov
roman.habibov at tarantool.org
Tue Oct 1 14:53:43 MSK 2019
---
Branch: https://github.com/tarantool/tarantool/tree/romanhabibov/gh-3316-hotfix
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 8b90ccbb7..fadfc74ec 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)
--
2.17.2 (Apple Git-113)
More information about the Tarantool-patches
mailing list