Skip to content

Commit 346d0e4

Browse files
committed
Remove obsolete code
1 parent adf5b79 commit 346d0e4

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed
Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
using Microsoft.AspNetCore.Mvc.Testing;
2-
using Xunit;
32

43
namespace IntegrationTests;
54

6-
public sealed class ApplicationFactory : WebApplicationFactory<Program>, IAsyncLifetime
5+
public sealed class ApplicationFactory : WebApplicationFactory<Program>
76
{
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-
}
177
}

0 commit comments

Comments
 (0)