Skip to content

Commit 0ffb2d7

Browse files
Copilotrenemadsen
andcommitted
Fix EntitySplittingQueryMySqlTest multiple constructor issue
Made the convenience constructor internal to comply with xUnit requirement Co-authored-by: renemadsen <76994+renemadsen@users.noreply.github.com>
1 parent 7f5630e commit 0ffb2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/EFCore.MySql.FunctionalTests/Query/EntitySplittingQueryMySqlTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Pomelo.EntityFrameworkCore.MySql.FunctionalTests.Query;
1010

1111
public class EntitySplittingQueryMySqlTest(NonSharedFixture fixture) : EntitySplittingQueryTestBase(fixture)
1212
{
13-
public EntitySplittingQueryMySqlTest(ITestOutputHelper testOutputHelper) : this(new NonSharedFixture())
13+
internal EntitySplittingQueryMySqlTest(ITestOutputHelper testOutputHelper) : this(new NonSharedFixture())
1414
{
1515
// Fixture.TestSqlLoggerFactory.SetTestOutputHelper(testOutputHelper);
1616
}

0 commit comments

Comments
 (0)