We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f95d82 commit a29f9eeCopy full SHA for a29f9ee
1 file changed
tests/PhenX.EntityFrameworkCore.BulkInsert.Tests/Tests/Basic/BasicTestsSqlServer.cs
@@ -8,7 +8,7 @@ namespace PhenX.EntityFrameworkCore.BulkInsert.Tests.Tests.Basic;
8
[Trait("Category", "SqlServer")]
9
public class BasicTestsSqlServer : BasicTestsBase<TestDbContainerSqlServer<TestDbContext>>
10
{
11
- public BasicTestsSqlServer(TestDbContainerSqlServer<TestDbContext> dbContainer) : base(fixture)
+ public BasicTestsSqlServer(TestDbContainerSqlServer<TestDbContext> dbContainer) : base(dbContainer)
12
13
}
14
0 commit comments