Skip to content

Commit 8889bdc

Browse files
author
LocalIdentity
committed
Fix test
1 parent 035a3a5 commit 8889bdc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

spec/System/TestTradeQueryCurrency_spec.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ describe("TradeQuery Currency Conversion", function()
4949
it("handles unmapped currency", function()
5050
local orig_conv = mock_tradeQuery.currencyConversionTradeMap
5151
mock_tradeQuery.currencyConversionTradeMap = { div = "id" }
52+
mock_tradeQuery.pbLeague = "league"
53+
mock_tradeQuery.pbCurrencyConversion = { league = {} }
5254
mock_tradeQuery.controls.pbNotice = { label = ""}
5355
local resp = { exotic = 10 }
5456
mock_tradeQuery:PriceBuilderProcessPoENinjaResponse(resp)

0 commit comments

Comments
 (0)