Fixes test breakage.

This commit is contained in:
tastybento 2020-07-04 16:00:16 -07:00
parent 39e294eaf6
commit fb765561af
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ public class LevelsManagerTest {
lm.loadTopTens();
PowerMockito.verifyStatic(Bukkit.class); // 1
Bukkit.getWorld(eq("world"));
verify(addon).log(eq("Loaded TopTen for bskyblock-world"));
verify(addon).log(eq("Loaded top ten for bskyblock-world"));
}
/**