Skip to content

Commit a6636e0

Browse files
author
LocalIdentity
committed
Fix test
1 parent ec71ed6 commit a6636e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/System/TestTradeQuery_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe("TradeQuery", function()
4141
-- resultTbl[1] only afterwards, to simulate a stale tooltip
4242
-- callback firing after the results were invalidated.
4343
local tq = newTradeQuery({
44-
resultTbl = { [1] = { [1] = { item_string = "Rarity: RARE\nBehemoth Hold\nGold Ring" } } },
44+
resultTbl = { [1] = { [1] = { item_string = "Rarity: RARE\nBehemoth Hold\nGold Ring", amount = 1, currency = "chaos" } } },
4545
sortedResultTbl = { [1] = { { index = 1 } } },
4646
})
4747
local dropdown = buildRow1Dropdown(tq)

0 commit comments

Comments
 (0)