Skip to content

Commit

Permalink
Update test from pr review
Browse files Browse the repository at this point in the history
  • Loading branch information
marabooy committed Sep 9, 2024
1 parent 78fd2d3 commit 20cf1e1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public async Task VerifyConcurrentResultsAreConsistentAsync()
services.AddDefaultODataServices();
ServiceProvider serviceProvider = services.BuildServiceProvider();

await Task.CompletedTask;
var content1 = string.Concat(Enumerable.Repeat('A', 1000_000));
var content2 = string.Concat(Enumerable.Repeat('B', 1000_000));
for (int i = 0; i < 1000; i++)
Expand Down

0 comments on commit 20cf1e1

Please sign in to comment.