🎨 Rename test method to be more specific
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 28 Jul 2019 11:15:58 +0000 (13:15 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 28 Jul 2019 11:15:58 +0000 (13:15 +0200)
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))
        }