Skip to content

Commit

Permalink
Removed not needed references to Test WebApplicationFactory causing d…
Browse files Browse the repository at this point in the history
…isposal failure
  • Loading branch information
oskardudycz committed May 24, 2024
1 parent 2701b4f commit 65f5ab9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ public class InitializeOrderTests(TestWebApplicationFactory<Program> fixture)
: IClassFixture<TestWebApplicationFactory<Program>>
{
private readonly ApiSpecification<Program> API = ApiSpecification<Program>.Setup(fixture);
private readonly TestWebApplicationFactory<Program> fixture = fixture;

[Fact]
[Trait("Category", "Acceptance")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ public class RequestPaymentsTests(TestWebApplicationFactory<Program> fixture)
: IClassFixture<TestWebApplicationFactory<Program>>
{
private readonly ApiSpecification<Program> API = ApiSpecification<Program>.Setup(fixture);
private readonly TestWebApplicationFactory<Program> fixture = fixture;

[Fact]
[Trait("Category", "Acceptance")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ public class CreateMeetingTests(TestWebApplicationFactory<Program> fixture)
: IClassFixture<TestWebApplicationFactory<Program>>
{
private readonly ApiSpecification<Program> API = ApiSpecification<Program>.Setup(fixture);
private readonly TestWebApplicationFactory<Program> fixture = fixture;

[Fact]
[Trait("Category", "Acceptance")]
Expand Down

0 comments on commit 65f5ab9

Please sign in to comment.