fix lint violations in ConfigurationParserTest

This commit is contained in:
Jelle De Coninck
2024-05-06 11:29:28 +02:00
parent 1d28c11e36
commit 0d9ceb7451

View File

@@ -223,7 +223,7 @@ class ConfigurationParserTest : FreeSpec({
"The option prints out a warning" {
customOutputStream.toString() shouldContain "Warning: The R8 option -maximumremovedandroidloglevel is currently not supported by ProGuard.\n" +
"This option will have no effect on the optimized artifact."
"This option will have no effect on the optimized artifact."
System.setOut(savedPrintStream)
}
}
@@ -243,13 +243,12 @@ class ConfigurationParserTest : FreeSpec({
"The option prints out a warning" {
customOutputStream.toString() shouldContain "Warning: The R8 option -maximumremovedandroidloglevel is currently not supported by ProGuard.\n" +
"This option will have no effect on the optimized artifact."
"This option will have no effect on the optimized artifact."
System.setOut(savedPrintStream)
}
}
}
"Wildcard type tests" - {
class TestConfig(
val configOption: String,