Skip to content

Commit bc9ca8d

Browse files
fix(CS1002): this commit introduces missing comma #CS1002 ";" expected
1 parent 6859790 commit bc9ca8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Boundaries/Comanda.Payments/Tests/Fixtures/WebApplicationFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public async ValueTask DisposeAsync()
6666
{
6767
HttpClient.Dispose();
6868

69-
await _factory.DisposeAsync()
69+
await _factory.DisposeAsync();
7070
await _databaseFixture.DisposeAsync();
7171
}
7272
}

0 commit comments

Comments
 (0)