Skip to content

Commit

Permalink
Update DedupeManagerTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jan 16, 2024
1 parent 78e3745 commit 0264264
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SqlServer.Native.Tests/Dedupe/DedupeManagerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public async Task Should_only_clean_up_old_item()
var cleaner = new DedupeManager(SqlConnection, "Deduplication");
Recording.Start();
await cleaner.CleanupItemsOlderThan(now);
await Task.Delay(1000);
await Verify(SqlHelper.ReadDuplicateData("Deduplication", SqlConnection));
}

Expand Down

0 comments on commit 0264264

Please sign in to comment.