Skip to content

Commit

Permalink
Add the debug log for Union test
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaoyuang committed Sep 18, 2023
1 parent dea2414 commit 1c46aaa
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ class CommonBasicTest(private val path: DatabasePath) {
}
}
}
statement!!.getResults().forEach {
println(it)
}
assertEquals(7, statement!!.getResults().size)
assertEquals(2, statement!!.getResults().count { it == book0 })
assertEquals(2, statement!!.getResults().count { it == book1 })
Expand Down

0 comments on commit 1c46aaa

Please sign in to comment.