We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555732c commit 088b213Copy full SHA for 088b213
1 file changed
spec/System/TestImportReimport_spec.lua
@@ -51,7 +51,7 @@ describe("TestImportReimport", function()
51
-- Build a minimal import payload so the tests stay focused on state, not fixture noise.
52
local function buildImportPayload(items)
53
return {
54
- character = { level = DEFAULT_CHARACTER_LEVEL },
+ level = DEFAULT_CHARACTER_LEVEL,
55
equipment = items,
56
}
57
end
0 commit comments