aboutsummaryrefslogtreecommitdiff
path: root/app/src/test/kotlin/xyz/brysonsteck/serverfordummies/AppTest.kt
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2023-05-16 22:43:38 -0600
committerBryson Steck <brysonsteck@protonmail.com>2023-05-16 22:43:38 -0600
commiteb8709af1483696f4053bfea12f912201294826f (patch)
tree9e07d3ee245432bc3e52d60c61e509deb4e682f1 /app/src/test/kotlin/xyz/brysonsteck/serverfordummies/AppTest.kt
parent966571cac730139e43186ca29667b8fc127b27d3 (diff)
downloadServerCraft-eb8709af1483696f4053bfea12f912201294826f.tar
ServerCraft-eb8709af1483696f4053bfea12f912201294826f.tar.gz
ServerCraft-eb8709af1483696f4053bfea12f912201294826f.tar.bz2
bulk replace of package names to hopefully fix location error
Diffstat (limited to 'app/src/test/kotlin/xyz/brysonsteck/serverfordummies/AppTest.kt')
-rw-r--r--app/src/test/kotlin/xyz/brysonsteck/serverfordummies/AppTest.kt2
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 0376e26..aca9105 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.servercraft
+package xyz.brysonsteck.ServerCraft
import kotlin.test.Test
import kotlin.test.assertNotNull