Skip to content

Commit

Permalink
clues: Remove unnecessary stubbing in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightfirecat committed Nov 12, 2021
1 parent 706b9bd commit b8a7458
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ public void testThatRunepouchIsAddedToInventory()

when(container.getItems()).thenReturn(inventory);
when(container.contains(ItemID.RUNE_POUCH)).thenReturn(true);
when(client.getItemContainer(InventoryID.INVENTORY)).thenReturn(container);

when(client.getVar(Varbits.RUNE_POUCH_RUNE1)).thenReturn(9); // Cosmic Rune
when(client.getVar(Varbits.RUNE_POUCH_AMOUNT1)).thenReturn(20);
Expand Down

0 comments on commit b8a7458

Please sign in to comment.