C# formatting
This commit is contained in:
@@ -8,7 +8,7 @@ public class MiddlewareTests
|
||||
[Fact]
|
||||
public async Task Deleted_player_cookie_is_signed_out()
|
||||
{
|
||||
using var factory = new TestWebApplicationFactory();
|
||||
await using var factory = new TestWebApplicationFactory();
|
||||
var client = factory.CreateClientWithCookies();
|
||||
await client.RegisterAsync("ghost");
|
||||
|
||||
@@ -29,7 +29,7 @@ public class MiddlewareTests
|
||||
[Fact]
|
||||
public async Task Existing_player_passes_through_middleware()
|
||||
{
|
||||
using var factory = new TestWebApplicationFactory();
|
||||
await using var factory = new TestWebApplicationFactory();
|
||||
var client = factory.CreateClientWithCookies();
|
||||
await client.RegisterAsync("live");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user