Skip to content

Commit 5a05f00

Browse files
Copilotrenemadsen
andcommitted
Add missing test override for Subquery_over_primitive_collection_on_inheritance_derived_type
Co-authored-by: renemadsen <76994+renemadsen@users.noreply.github.com>
1 parent e172b9a commit 5a05f00

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,13 @@ public override async Task Parameter_collection_Contains_parameter_bucketization
690690
""");
691691
}
692692

693+
public override async Task Subquery_over_primitive_collection_on_inheritance_derived_type()
694+
{
695+
await base.Subquery_over_primitive_collection_on_inheritance_derived_type();
696+
697+
AssertSql();
698+
}
699+
693700
[ConditionalFact]
694701
public virtual void Check_all_tests_overridden()
695702
=> MySqlTestHelpers.AssertAllMethodsOverridden(GetType());

0 commit comments

Comments
 (0)