Fixes tests for NewIsland class

Broken by https://github.com/BentoBoxWorld/BentoBox/pull/1179
This commit is contained in:
tastybento 2020-02-19 19:46:49 -08:00
parent 1e71d67a9b
commit d3a7a908f1

View File

@ -138,6 +138,7 @@ public class NewIslandTest {
when(builder.island(any())).thenReturn(builder);
when(builder.location(any())).thenReturn(builder);
when(builder.reason(any())).thenReturn(builder);
when(builder.oldIsland(any())).thenReturn(builder);
when(builder.build()).thenReturn(ice);
when(ice.getBlueprintBundle()).thenReturn(bpb);
when(ire.getBlueprintBundle()).thenReturn(bpb);