From d4179a2cf11b0724db529d10d17ef0de0092184a Mon Sep 17 00:00:00 2001 From: Chantal Loncle <82039410+bog-walk@users.noreply.github.com> Date: Mon, 24 Jul 2023 14:49:36 -0400 Subject: [PATCH] ix: EXPOSED-54 CaseWhen.Else returns narrow Expression Remove forgotten logger. --- .../jetbrains/exposed/sql/tests/shared/dml/ConditionsTests.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/exposed-tests/src/test/kotlin/org/jetbrains/exposed/sql/tests/shared/dml/ConditionsTests.kt b/exposed-tests/src/test/kotlin/org/jetbrains/exposed/sql/tests/shared/dml/ConditionsTests.kt index 8d017f9c2f..9c57f6ca87 100644 --- a/exposed-tests/src/test/kotlin/org/jetbrains/exposed/sql/tests/shared/dml/ConditionsTests.kt +++ b/exposed-tests/src/test/kotlin/org/jetbrains/exposed/sql/tests/shared/dml/ConditionsTests.kt @@ -178,7 +178,6 @@ class ConditionsTests : DatabaseTestsBase() { @Test fun testCaseWhenElseAsArgument() { withCitiesAndUsers { cities, _, _ -> - addLogger(StdOutSqlLogger) val original = "ORIGINAL" val copy = "COPY" val condition = Op.build { cities.id eq 1 }