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 adf5b79 commit 346d0e4Copy full SHA for 346d0e4
tests/IntegrationTests/ApplicationFactory.cs
@@ -1,17 +1,7 @@
1
using Microsoft.AspNetCore.Mvc.Testing;
2
-using Xunit;
3
4
namespace IntegrationTests;
5
6
-public sealed class ApplicationFactory : WebApplicationFactory<Program>, IAsyncLifetime
+public sealed class ApplicationFactory : WebApplicationFactory<Program>
7
{
8
- public ValueTask InitializeAsync()
9
- {
10
- return ValueTask.CompletedTask;
11
- }
12
-
13
- public new async ValueTask DisposeAsync()
14
15
- await base.DisposeAsync().ConfigureAwait(false);
16
17
}
0 commit comments