Skip to content

Commit 10e64a4

Browse files
authored
Update src/GraphQL.DataLoader.Tests/ApolloTracingTests.cs
1 parent febf9f8 commit 10e64a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/GraphQL.DataLoader.Tests/ApolloTracingTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public async Task DataLoaderTimeRecorded()
2424
query.Field<StringGraphType>("test")
2525
.Resolve(_ => new SimpleDataLoader<string>(async _ =>
2626
{
27-
await Task.Delay(2000).ConfigureAwait(false);
27+
await Task.Delay(2000);
2828
return "Ok";
2929
}));
3030

0 commit comments

Comments
 (0)