Skip to content

Commit

Permalink
Update test cases to match x-common
Browse files Browse the repository at this point in the history
  • Loading branch information
petemcfarlane committed Apr 26, 2016
1 parent 76f0fbb commit 7d6c9e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions exercises/sum-of-multiples/sum-of-multiples_test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@ sumOfMultiplesTests =
2203160 @=? sumOfMultiples [43, 47] 10000
, testCase "[5, 25] 51" $
275 @=? sumOfMultiples [5,25] 51
, testCase "[1] 100" $
4950 @=? sumOfMultiples [1] 100
, testCase "[] 10000" $
0 @=? sumOfMultiples [] 10000
]

0 comments on commit 7d6c9e1

Please sign in to comment.