Skip to content

Commit 683c038

Browse files
authored
Navigation test refactoring - improving structure for scenarios that don't support collections (#35711)
Plus minor cleanup Fixes #35707
1 parent c756434 commit 683c038

File tree

130 files changed

+5034
-3864
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+5034
-3864
lines changed

Diff for: test/EFCore.Cosmos.FunctionalTests/Query/Relationships/InProjection/JsonRelationshipsInProjectionNoTrackingQueryCosmosTest.cs

-317
This file was deleted.

Diff for: test/EFCore.Cosmos.FunctionalTests/Query/Relationships/JsonRelationshipsQueryCosmosFixture.cs renamed to test/EFCore.Cosmos.FunctionalTests/Query/Relationships/OwnedJsonRelationshipsCosmosFixture.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace Microsoft.EntityFrameworkCore.Query.Relationships;
77

8-
public class JsonRelationshipsQueryCosmosFixture : JsonRelationshipsQueryFixtureBase
8+
public class OwnedJsonRelationshipsCosmosFixture : OwnedJsonRelationshipsFixtureBase
99
{
1010
public TestSqlLoggerFactory TestSqlLoggerFactory
1111
=> (TestSqlLoggerFactory)ListLoggerFactory;

0 commit comments

Comments
 (0)