🎨 Rename test method to be more specific
[Sone.git] / src / test / kotlin / net / pterodactylus / sone / main / SoneModuleTest.kt
index c56954e..526c089 100644 (file)
@@ -102,7 +102,7 @@ class SoneModuleTest {
        }
 
        @Test
-       fun `debug information flag is read from config`() {
+       fun `show version information debug information flag is read from config`() {
                File(currentDir, "sone.properties").writeText("Debug/ShowVersionInformation=true")
                assertThat(injector.getInstance<Core>().debugInformation.showVersionInformation, equalTo(true))
        }