Show grand exchange offer type on cancelled state

This commit is contained in:
Kamiel
2018-04-15 19:37:46 +02:00
parent 19e866b0ef
commit 8d1945e9a0
4 changed files with 16 additions and 8 deletions

View File

@@ -45,7 +45,7 @@ public class GrandExchangeOfferSlotTest
@Test
public void testUpdateOffer()
{
when(offer.getState()).thenReturn(GrandExchangeOfferState.CANCELLED);
when(offer.getState()).thenReturn(GrandExchangeOfferState.CANCELLED_BUY);
GrandExchangeOfferSlot offerSlot = new GrandExchangeOfferSlot();
offerSlot.updateOffer(mock(ItemComposition.class), mock(BufferedImage.class), offer);