We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d3feb5 commit 3830e10Copy full SHA for 3830e10
src/Draco.Chr.Tests/GcdTest.cs
@@ -28,7 +28,7 @@ public void GreatestCommonDivisor(int n, int m, int expected)
28
Assert.Equal(expected, got);
29
}
30
31
- [InlineData(3, 5, 1, 1)]
+ [InlineData(3, 5, 1, 9999)]
32
[InlineData(6, 9, 3, 3)]
33
[InlineData(9, 6, 3, 3)]
34
[InlineData(12, 15, 3, 3)]
0 commit comments