Skip to content

Commit

Permalink
ix: EXPOSED-54 CaseWhen.Else returns narrow Expression<R>
Browse files Browse the repository at this point in the history
Remove forgotten logger.
  • Loading branch information
bog-walk committed Jul 26, 2023
1 parent 7f63c5f commit 829696e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 829696e

Please sign in to comment.