Skip to content

Commit b5d4e87

Browse files
committed
Still got the same tick. This will avoid
1 parent 710d606 commit b5d4e87

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/HodStudio.EntityFrameworkDiffLog.TestsDotNet45/IdGeneratedByApp/UpdateOperationsTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ public class UpdateOperationsTests : IdGeneratedByAppBaseTests
1717

1818
CreateContext();
1919

20+
Thread.Sleep(100);
21+
2022
var updated = Context.Departments.Find(original.Id);
2123
var newDepartment = CreateDepartment();
2224
updated.Budget = newDepartment.Budget;

0 commit comments

Comments
 (0)