Skip to content

Commit

Permalink
Fixed failing unit test in MfFactionDenyAppCommandTest.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed Jan 5, 2025
1 parent 068434d commit d554d92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class MfFactionDenyAppCommandTest {

// verify
assertTrue(result)
verify(plugin.logger).info("Player playerName is approving application for player targetPlayerName")
verify(plugin.logger).info("Player playerName is denying application for player targetPlayerName")
verify(plugin.server.scheduler).runTaskAsynchronously(
eq(plugin),
any(DenyApplicationTask::class.java)
Expand Down

0 comments on commit d554d92

Please sign in to comment.