ge plugin: use prices.runescape.wiki for ge link when using wiki prices

This commit is contained in:
Adam
2021-03-15 20:31:08 -04:00
parent 1b917895f0
commit 088cb19752
6 changed files with 30 additions and 14 deletions

View File

@@ -47,7 +47,7 @@ public class GrandExchangeOfferSlotTest
{
when(offer.getState()).thenReturn(GrandExchangeOfferState.CANCELLED_BUY);
GrandExchangeOfferSlot offerSlot = new GrandExchangeOfferSlot();
GrandExchangeOfferSlot offerSlot = new GrandExchangeOfferSlot(mock(GrandExchangePlugin.class));
offerSlot.updateOffer(mock(ItemComposition.class), mock(AsyncBufferedImage.class), offer);
}