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

Commit a42711a

Browse files
committed
Fix tests on Postgres
1 parent 6333cc6 commit a42711a

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)