Ver código fonte

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
Rootul Patel 9 anos atrás
pai
commit
bdfc4019e9

+ 1
- 1
exercises/sum-of-multiples/src/test/java/SumOfMultiplesTest.java Ver arquivo

6
 public class SumOfMultiplesTest {
6
 public class SumOfMultiplesTest {
7
 
7
 
8
     @Test
8
     @Test
9
-    public void testSumOfMultiplesOf3and4UpToOne() {
9
+    public void testSumOfMultiplesOf3and5UpToOne() {
10
 
10
 
11
         int[] set = {
11
         int[] set = {
12
                 3,
12
                 3,