We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710d606 commit b5d4e87Copy full SHA for b5d4e87
1 file changed
src/HodStudio.EntityFrameworkDiffLog.TestsDotNet45/IdGeneratedByApp/UpdateOperationsTests.cs
@@ -17,6 +17,8 @@ public class UpdateOperationsTests : IdGeneratedByAppBaseTests
17
18
CreateContext();
19
20
+ Thread.Sleep(100);
21
+
22
var updated = Context.Departments.Find(original.Id);
23
var newDepartment = CreateDepartment();
24
updated.Budget = newDepartment.Budget;
0 commit comments