diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-03-26 08:35:49 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-03-26 08:35:49 +0900 |
| commit | 532bee66237b5adfde958b27205e4ea43189a043 (patch) | |
| tree | 0ba7c1ac89c17fd5b40654a5e3910cb889545050 /platform-paper/src | |
| parent | 50ecc1136d87767f9dc522e57d34a0ff6ead6b81 (diff) | |
| download | LunaticChat-532bee66237b5adfde958b27205e4ea43189a043.tar.gz LunaticChat-532bee66237b5adfde958b27205e4ea43189a043.tar.bz2 LunaticChat-532bee66237b5adfde958b27205e4ea43189a043.zip | |
test: Fix StatusCommandTest `verify` value
Diffstat (limited to 'platform-paper/src')
| -rw-r--r-- | platform-paper/src/test/kotlin/dev/m1sk9/lunaticChat/paper/command/impl/lc/StatusCommandTest.kt | 2 |
1 files changed, 1 insertions, 1 deletions
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<CommandResult.Success>(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<Component>()) } + verify(atLeast = 15) { deps.mockPlayer.sendMessage(any<Component>()) } } finally { unmockkObject(BuildInfo) } |
