Fixed tests

This commit is contained in:
Florian CUNY 2019-02-16 22:58:46 +01:00
parent 658bd10e5c
commit af6ec400d1

View File

@ -403,7 +403,7 @@ public class PortalTeleportationListenerTest {
// Player should be teleported to their island
assertFalse(np.onNetherPortal(e));
// Verify
assertFalse(e.isCancelled());
assertTrue(e.isCancelled());
}
/**