From 314174f39550ffd7dc73454038aa140208046c6b Mon Sep 17 00:00:00 2001 From: luk3yx Date: Tue, 13 Aug 2024 10:37:01 +1200 Subject: [PATCH] Fix test --- test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.lua b/test.lua index b7971b5..fa876ce 100644 --- a/test.lua +++ b/test.lua @@ -615,7 +615,7 @@ describe("Flow", function() }, "fs6") assert(fs:find("dropdown%[[^%]]-;true%]") ~= nil) assert.equals(ctx.form.a, "hello") - event({a = 2}) + event({a = "2"}) assert.equals(ctx.form.a, "world") end)