Skip to content

Commit

Permalink
fix(style): Fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazerbeak12345 committed Sep 16, 2023
1 parent 069f939 commit 12a2ddd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/flow_extras_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,9 @@ describe("tools", function ()
return gui.Label{ label = "hi" }
end)
end)
assert.spy(minetest.log).was_called_with("warning", "[flow_extras] set_wrapped_context was called within itself (recursive).")
assert
.spy(minetest.log)
.was_called_with("warning", "[flow_extras] set_wrapped_context was called within itself (recursive).")
end)
it("returns the callback return", function ()
assert.same(flow_extras.set_wrapped_context({}, function ()
Expand Down

0 comments on commit 12a2ddd

Please sign in to comment.