diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2023-05-16 22:43:38 -0600 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2023-05-16 22:43:38 -0600 |
commit | eb8709af1483696f4053bfea12f912201294826f (patch) | |
tree | 9e07d3ee245432bc3e52d60c61e509deb4e682f1 /app/src/test/kotlin/xyz | |
parent | 966571cac730139e43186ca29667b8fc127b27d3 (diff) | |
download | ServerCraft-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')
-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 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 |