Skip to content

Commit

Permalink
remove unneeded ClassFixture
Browse files Browse the repository at this point in the history
  • Loading branch information
JackLewis-digirati committed Nov 28, 2024
1 parent 0817f7e commit 5b6e120
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace API.Tests.Helpers;

[Trait("Category", "Database")]
[Collection(CollectionDefinitions.DatabaseCollection.CollectionName)]
public class PresentationContextXTests: IClassFixture<PresentationContextFixture>
public class PresentationContextXTests
{
private readonly PresentationContext dbContext;

Expand Down

0 comments on commit 5b6e120

Please sign in to comment.