From f062c5984393778968b42488c189b741368438ba Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 11 Nov 2021 16:26:27 +0000 Subject: [PATCH] fix a typo in json test --- nselib/json.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/json.lua b/nselib/json.lua index 3f09e53eb..559ef9773 100644 --- a/nselib/json.lua +++ b/nselib/json.lua @@ -410,7 +410,7 @@ local TESTS = { }, -- Should become Lua {"\240\157\132\158X"} { '1684119503', - generate = '1684119503', + generates = '1684119503', is = "number" } }