Skip to content

Commit

Permalink
Update number of paths in test
Browse files Browse the repository at this point in the history
  • Loading branch information
irvinesunday committed Oct 26, 2023
1 parent 3704f25 commit 0aa7e4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public void GetPathsForGraphBetaModelWithDerivedTypesConstraintReturnsAllPaths()

// Assert
Assert.NotNull(paths);
Assert.Equal(18915, paths.Count());
Assert.Equal(18931, paths.Count());
}

[Theory]
Expand Down

0 comments on commit 0aa7e4d

Please sign in to comment.