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

Commit 4c537ad

Browse files
committed
clean dirty tests
1 parent c2220c3 commit 4c537ad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/ServiceStack.OrmLite.Tests/LoadReferencesTests.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,14 @@ public class LoadReferencesTests
151151
db.DropAndCreateTable<MismatchAliasAddress>();
152152
}
153153

154+
[SetUp]
155+
public void SetUp()
156+
{
157+
db.DeleteAll<Order>();
158+
db.DeleteAll<CustomerAddress>();
159+
db.DeleteAll<Customer>();
160+
}
161+
154162
[TestFixtureTearDown]
155163
public void TestFixtureTearDown()
156164
{

0 commit comments

Comments
 (0)