From d554d9273e2c6b8ce9372225714d1d8f9c2f06d7 Mon Sep 17 00:00:00 2001 From: dmccoystephenson Date: Sat, 4 Jan 2025 19:15:43 -0700 Subject: [PATCH] Fixed failing unit test in MfFactionDenyAppCommandTest.kt --- .../command/faction/denyapp/MfFactionDenyAppCommandTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/kotlin/com/dansplugins/factionsystem/command/faction/denyapp/MfFactionDenyAppCommandTest.kt b/src/test/kotlin/com/dansplugins/factionsystem/command/faction/denyapp/MfFactionDenyAppCommandTest.kt index e8d3f627..ffd9655a 100644 --- a/src/test/kotlin/com/dansplugins/factionsystem/command/faction/denyapp/MfFactionDenyAppCommandTest.kt +++ b/src/test/kotlin/com/dansplugins/factionsystem/command/faction/denyapp/MfFactionDenyAppCommandTest.kt @@ -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)