Skip to content

Commit bdfc401

Browse files
authored
Fix typo: 4 -> 5
Confirmed with canonical data: https://github.com/exercism/problem-specifications/blob/master/exercises/sum-of-multiples/canonical-data.json#L6 that this test should be 3 and 5
1 parent ece1ba7 commit bdfc401

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/sum-of-multiples/src/test/java/SumOfMultiplesTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
public class SumOfMultiplesTest {
77

88
@Test
9-
public void testSumOfMultiplesOf3and4UpToOne() {
9+
public void testSumOfMultiplesOf3and5UpToOne() {
1010

1111
int[] set = {
1212
3,

0 commit comments

Comments
 (0)