We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde5972 commit 2d7efabCopy full SHA for 2d7efab
test/Microsoft.OpenAPI.OData.Reader.Tests/Edm/ODataPathProviderTests.cs
@@ -48,7 +48,7 @@ public void GetPathsForGraphBetaModelReturnsAllPaths()
48
49
// Assert
50
Assert.NotNull(paths);
51
- Assert.Equal(18391, paths.Count());
+ Assert.Equal(18316, paths.Count());
52
}
53
54
[Fact]
@@ -68,7 +68,7 @@ public void GetPathsForGraphBetaModelWithDerivedTypesConstraintReturnsAllPaths()
68
69
70
71
- Assert.Equal(19848, paths.Count());
+ Assert.Equal(19773, paths.Count());
72
73
74
0 commit comments