From 128e33e5453046dd439e0e482caedbc13f95e5e1 Mon Sep 17 00:00:00 2001 From: LamGC Date: Fri, 24 Jun 2022 19:44:31 +0800 Subject: [PATCH] =?UTF-8?q?test(config):=20=E7=A7=BB=E5=8A=A8=20UsernameAu?= =?UTF-8?q?thenticatorTest=20=E5=88=B0=E6=96=B0=E7=9A=84=E5=8C=85=E8=B7=AF?= =?UTF-8?q?=E5=BE=84.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit UsernameAuthenticatorTest 所测试的 UsernameAuthenticator 是属于 config 包的, 所以修正了一下这个问题. --- .../test/kotlin/{serializer => }/UsernameAuthenticatorTest.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename scalabot-meta/src/test/kotlin/{serializer => }/UsernameAuthenticatorTest.kt (97%) diff --git a/scalabot-meta/src/test/kotlin/serializer/UsernameAuthenticatorTest.kt b/scalabot-meta/src/test/kotlin/UsernameAuthenticatorTest.kt similarity index 97% rename from scalabot-meta/src/test/kotlin/serializer/UsernameAuthenticatorTest.kt rename to scalabot-meta/src/test/kotlin/UsernameAuthenticatorTest.kt index 8f71a37..eebc19e 100644 --- a/scalabot-meta/src/test/kotlin/serializer/UsernameAuthenticatorTest.kt +++ b/scalabot-meta/src/test/kotlin/UsernameAuthenticatorTest.kt @@ -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.*