Skip to content

Commit

Permalink
Fix typo reported by luacheck
Browse files Browse the repository at this point in the history
  • Loading branch information
y5nw committed Feb 10, 2024
1 parent 24dca88 commit c8ad2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/common/tests/serialize_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ describe("serialize", function()
return setmetatable({t[1]}, mt)
end
core.register_serializable("test_serialization_chain", mt, serializer, deserializer)
local t = deserializer{t}
local t = deserializer{1}
assert_strictly_preserves(t)
end)

Expand Down

0 comments on commit c8ad2a5

Please sign in to comment.