Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
luk3yx committed Aug 12, 2024
1 parent ba9bda7 commit 314174f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 314174f

Please sign in to comment.