Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 3aeef57

Browse files
authored
Merge pull request #574 from ServiceStack/netcore
Fix tests on Postgres
2 parents 42ba4c9 + a42711a commit 3aeef57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/ServiceStack.OrmLite.Tests/Issues/AutoQueryJoinTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ public void Can_select_references_with_join()
106106
Assert.That(products.Count, Is.EqualTo(2));
107107
Assert.That(products[0].StockItems.Count, Is.EqualTo(2));
108108
Assert.That(products[1].StockItems.Count, Is.EqualTo(2));
109+
110+
db.DropTable<StockItem>();
109111
}
110112
}
111113
}

0 commit comments

Comments
 (0)