Skip to content

Commit 555732c

Browse files
committed
slightly fix tests
1 parent 6649818 commit 555732c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

spec/System/TestImportReimport_spec.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ describe("TestImportReimport", function()
5050

5151
-- Build a minimal import payload so the tests stay focused on state, not fixture noise.
5252
local function buildImportPayload(items)
53-
return dkjson.encode({
53+
return {
5454
character = { level = DEFAULT_CHARACTER_LEVEL },
55-
items = items,
56-
})
55+
equipment = items,
56+
}
5757
end
5858

5959
local function reimportSocketedItemsWithOptions(itemTypeLine, inventoryId, socketedItems, clearItems)

0 commit comments

Comments
 (0)