Skip to content

Commit 088b213

Browse files
committed
Fix test
1 parent 555732c commit 088b213

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/System/TestImportReimport_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe("TestImportReimport", function()
5151
-- Build a minimal import payload so the tests stay focused on state, not fixture noise.
5252
local function buildImportPayload(items)
5353
return {
54-
character = { level = DEFAULT_CHARACTER_LEVEL },
54+
level = DEFAULT_CHARACTER_LEVEL,
5555
equipment = items,
5656
}
5757
end

0 commit comments

Comments
 (0)