Assert the unmap

This commit is contained in:
themode 2021-12-26 14:39:54 +01:00 committed by TheMode
parent 68f19e3dae
commit e53f0c5995
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ public class EventNodeTest {
assertFalse(result.get());
result.set(false);
node.unmap(item);
assertTrue(node.unmap(item));
node.call(new ItemTestEvent(item));
assertFalse(result.get());
}