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.*