Skip to content

Commit

Permalink
Fixes test breakage.
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Jul 4, 2020
1 parent 39e294e commit fb76556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/world/bentobox/level/LevelsManagerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ public void testLoadTopTens() {
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"));
}

/**
Expand Down

0 comments on commit fb76556

Please sign in to comment.