diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2023-05-14 13:44:35 -0600 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2023-05-14 13:44:35 -0600 |
commit | 13c4c1cfc0f2ddcf53a9b2e4a1a516b795adb4f6 (patch) | |
tree | a2123bcd4e09107e7e1a79428e16c54474940a97 /app/src/test/kotlin/xyz/brysonsteck/serverfordummies/AppTest.kt | |
parent | 8fbd006b494ce4c6ab284d9eeab8692195984151 (diff) | |
download | ServerCraft-13c4c1cfc0f2ddcf53a9b2e4a1a516b795adb4f6.tar ServerCraft-13c4c1cfc0f2ddcf53a9b2e4a1a516b795adb4f6.tar.gz ServerCraft-13c4c1cfc0f2ddcf53a9b2e4a1a516b795adb4f6.tar.bz2 |
complete rename to ServerCraft
Diffstat (limited to 'app/src/test/kotlin/xyz/brysonsteck/serverfordummies/AppTest.kt')
-rw-r--r-- | app/src/test/kotlin/xyz/brysonsteck/serverfordummies/AppTest.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/test/kotlin/xyz/brysonsteck/serverfordummies/AppTest.kt b/app/src/test/kotlin/xyz/brysonsteck/serverfordummies/AppTest.kt index e1d1866..0376e26 100644 --- a/app/src/test/kotlin/xyz/brysonsteck/serverfordummies/AppTest.kt +++ b/app/src/test/kotlin/xyz/brysonsteck/serverfordummies/AppTest.kt @@ -1,7 +1,7 @@ /* * This Kotlin source file was generated by the Gradle 'init' task. */ -package xyz.brysonsteck.serverfordummies +package xyz.brysonsteck.servercraft import kotlin.test.Test import kotlin.test.assertNotNull |