Skip to content

Commit

Permalink
test: bukkit scheduler doesnt exist in mockbukkit
Browse files Browse the repository at this point in the history
Signed-off-by: Brycen G <brycengranville@outlook.com>
  • Loading branch information
BrycensRanch committed Mar 18, 2023
1 parent 81f026f commit 2527dba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/me/romvnly/TownyPlus/plugin/TestBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,5 @@ void ensurePluginEnables() {
@AfterEach
public void tearDown() {
MockBukkit.unmock();
Bukkit.getScheduler().cancelTasks(plugin);
}
}

0 comments on commit 2527dba

Please sign in to comment.