mirror of
https://github.com/mamoe/mirai.git
synced 2026-08-19 04:33:32 +08:00
[console/logging] Fix test naming
This commit is contained in:
@@ -13,7 +13,7 @@ import net.mamoe.mirai.utils.SimpleLogger
|
||||
import org.junit.jupiter.api.Test
|
||||
import kotlin.test.assertEquals
|
||||
|
||||
internal class TestALC {
|
||||
internal class TestAbstractLoggerController {
|
||||
private class TestController(
|
||||
override val isLoggerControlStateSupported: Boolean,
|
||||
) : AbstractLoggerController() {
|
||||
@@ -12,7 +12,7 @@ package net.mamoe.mirai.console.logging
|
||||
import kotlin.test.Test
|
||||
|
||||
@Suppress("ClassName")
|
||||
internal class TestALC_PathBased {
|
||||
internal class TestAbstractLoggerController_PathBased {
|
||||
@Test
|
||||
fun `test AbstractLoggerController$PathBased`() {
|
||||
val config = mapOf(
|
||||
Reference in New Issue
Block a user