Skip to content

Commit 74875e8

Browse files
committed
fix
1 parent 1f48ec1 commit 74875e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/Basket/Basket.API.IntegrationTests/Features/BaseEndpoint.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public BaseEndpoint(ApiSpecification apiSpecification)
1010
}
1111
public async Task InitializeAsync()
1212
{
13-
await _apiSpecification.GetDocumentStore().Advanced.ResetAllData().ConfigureAwait(false);
13+
await _apiSpecification.GetDocumentStore().Advanced.ResetAllData(CancellationToken.None).ConfigureAwait(false);
1414
}
1515

1616
public async Task DisposeAsync()

0 commit comments

Comments
 (0)