mirror of
https://github.com/LamGC/ScalaBot.git
synced 2025-04-29 22:27:31 +00:00
test(config): 移动 UsernameAuthenticatorTest 到新的包路径.
UsernameAuthenticatorTest 所测试的 UsernameAuthenticator 是属于 config 包的, 所以修正了一下这个问题.
This commit is contained in:
parent
85e59f4a64
commit
128e33e545
@ -1,7 +1,7 @@
|
||||
package net.lamgc.scalabot.config.serializer
|
||||
package net.lamgc.scalabot.config
|
||||
|
||||
import com.google.gson.*
|
||||
import net.lamgc.scalabot.config.UsernameAuthenticator
|
||||
import net.lamgc.scalabot.config.serializer.UsernameAuthenticatorSerializer
|
||||
import org.junit.jupiter.api.assertThrows
|
||||
import kotlin.test.*
|
||||
|
Loading…
Reference in New Issue
Block a user