test(config): 移动 UsernameAuthenticatorTest 到新的包路径.

UsernameAuthenticatorTest 所测试的 UsernameAuthenticator 是属于 config 包的, 所以修正了一下这个问题.
This commit is contained in:
LamGC 2022-06-24 19:44:31 +08:00
parent 85e59f4a64
commit 128e33e545
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

View File

@ -1,7 +1,7 @@
package net.lamgc.scalabot.config.serializer package net.lamgc.scalabot.config
import com.google.gson.* import com.google.gson.*
import net.lamgc.scalabot.config.UsernameAuthenticator import net.lamgc.scalabot.config.serializer.UsernameAuthenticatorSerializer
import org.junit.jupiter.api.assertThrows import org.junit.jupiter.api.assertThrows
import kotlin.test.* import kotlin.test.*