✨ Add “show metrics” debug information flag
[Sone.git] / src / test / kotlin / net / pterodactylus / sone / core / DebugInformationTest.kt
index 5ec1ea9..6813253 100644 (file)
@@ -30,4 +30,9 @@ class DebugInformationTest {
                assertThat(debugInformation.showVersionInformation, equalTo(false))
        }
 
+       @Test
+       fun `new debug information has show metrics set to off`() {
+               assertThat(debugInformation.showMetrics, equalTo(false))
+       }
+
 }