Skip to content

Commit 2d7efab

Browse files
committed
Update tests
1 parent bde5972 commit 2d7efab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Microsoft.OpenAPI.OData.Reader.Tests/Edm/ODataPathProviderTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public void GetPathsForGraphBetaModelReturnsAllPaths()
4848

4949
// Assert
5050
Assert.NotNull(paths);
51-
Assert.Equal(18391, paths.Count());
51+
Assert.Equal(18316, paths.Count());
5252
}
5353

5454
[Fact]
@@ -68,7 +68,7 @@ public void GetPathsForGraphBetaModelWithDerivedTypesConstraintReturnsAllPaths()
6868

6969
// Assert
7070
Assert.NotNull(paths);
71-
Assert.Equal(19848, paths.Count());
71+
Assert.Equal(19773, paths.Count());
7272
}
7373

7474
[Fact]

0 commit comments

Comments
 (0)