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 5c09027 commit 012da24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public void onTalismanActivate(TalismanActivateEvent event) {
server.getPluginManager().clearEvents();

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

0 comments on commit 012da24

Please sign in to comment.