Skip to content

Commit 3830e10

Browse files
committed
Update GcdTest.cs
1 parent 7d3feb5 commit 3830e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Draco.Chr.Tests/GcdTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public void GreatestCommonDivisor(int n, int m, int expected)
2828
Assert.Equal(expected, got);
2929
}
3030

31-
[InlineData(3, 5, 1, 1)]
31+
[InlineData(3, 5, 1, 9999)]
3232
[InlineData(6, 9, 3, 3)]
3333
[InlineData(9, 6, 3, 3)]
3434
[InlineData(12, 15, 3, 3)]

0 commit comments

Comments
 (0)