We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec71ed6 commit a6636e0Copy full SHA for a6636e0
1 file changed
spec/System/TestTradeQuery_spec.lua
@@ -41,7 +41,7 @@ describe("TradeQuery", function()
41
-- resultTbl[1] only afterwards, to simulate a stale tooltip
42
-- callback firing after the results were invalidated.
43
local tq = newTradeQuery({
44
- resultTbl = { [1] = { [1] = { item_string = "Rarity: RARE\nBehemoth Hold\nGold Ring" } } },
+ resultTbl = { [1] = { [1] = { item_string = "Rarity: RARE\nBehemoth Hold\nGold Ring", amount = 1, currency = "chaos" } } },
45
sortedResultTbl = { [1] = { { index = 1 } } },
46
})
47
local dropdown = buildRow1Dropdown(tq)
0 commit comments