X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Ftest%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fcore%2FDebugInformationTest.kt;h=6813253b0d2ff9bc8633265c06f097446e8dd3b6;hb=d10c5a45303f4d128f482ff0d26eb08770a247d8;hp=5ec1ea92643166b727e088542d027cc408a4296d;hpb=1c6984ba49e3e40c9a5bac826849f7a6c42fef1d;p=Sone.git diff --git a/src/test/kotlin/net/pterodactylus/sone/core/DebugInformationTest.kt b/src/test/kotlin/net/pterodactylus/sone/core/DebugInformationTest.kt index 5ec1ea9..6813253 100644 --- a/src/test/kotlin/net/pterodactylus/sone/core/DebugInformationTest.kt +++ b/src/test/kotlin/net/pterodactylus/sone/core/DebugInformationTest.kt @@ -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)) + } + }