Skip to content

Commit

Permalink
Modify checking for entity creation #925 (#926) / Exclude SQLServer f…
Browse files Browse the repository at this point in the history
…rom test
  • Loading branch information
Tapac committed Jun 12, 2020
1 parent a664166 commit f96cfba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class EntityTests: DatabaseTestsBase() {

@Test fun testNewWithIdAndRefresh() {
val objectsToVerify = arrayListOf<Pair<Human, TestDB>>()
withTables(Humans) { testDb ->
withTables(listOf(TestDB.SQLSERVER), Humans) { testDb ->
val x = Human.new(2) {
h = "foo"
}
Expand Down

0 comments on commit f96cfba

Please sign in to comment.