mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-26 11:07:53 +01:00
Assert the unmap
This commit is contained in:
parent
68f19e3dae
commit
e53f0c5995
@ -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());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user