Skip to content

Commit

Permalink
Update src/test/java/io/github/thebusybiscuit/slimefun4/api/events/Te…
Browse files Browse the repository at this point in the history
…stTalismanActivateEvent.java
  • Loading branch information
Sfiguz7 authored Dec 12, 2023
1 parent c28244c commit 657f380
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public void onTalismanActivate(TalismanActivateEvent event) {
}, plugin);

// Assert the talisman activates in the inventory
activateAnvilTalisman(false);
activateAnvilTalisman(false, false);
server.getPluginManager().assertEventFired(TalismanActivateEvent.class, event -> {
Assertions.assertTrue(event.isCancelled());
return true;
Expand Down

0 comments on commit 657f380

Please sign in to comment.