From 532bee66237b5adfde958b27205e4ea43189a043 Mon Sep 17 00:00:00 2001 From: Sho Sakuma Date: Thu, 26 Mar 2026 08:35:49 +0900 Subject: test: Fix StatusCommandTest `verify` value --- .../dev/m1sk9/lunaticChat/paper/command/impl/lc/StatusCommandTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform-paper/src') diff --git a/platform-paper/src/test/kotlin/dev/m1sk9/lunaticChat/paper/command/impl/lc/StatusCommandTest.kt b/platform-paper/src/test/kotlin/dev/m1sk9/lunaticChat/paper/command/impl/lc/StatusCommandTest.kt index 039b135..63cf908 100644 --- a/platform-paper/src/test/kotlin/dev/m1sk9/lunaticChat/paper/command/impl/lc/StatusCommandTest.kt +++ b/platform-paper/src/test/kotlin/dev/m1sk9/lunaticChat/paper/command/impl/lc/StatusCommandTest.kt @@ -148,7 +148,7 @@ class StatusCommandTest { assertIs(result) // Nightly warning + version + health + features header + 4 features + config header + // debug + checkForUpdates + releaseChannel + language + 3 links = at least 15 messages - verify(atLeast = 5) { deps.mockPlayer.sendMessage(any()) } + verify(atLeast = 15) { deps.mockPlayer.sendMessage(any()) } } finally { unmockkObject(BuildInfo) } -- cgit v1.2.1