Commit 36e972be authored by oliver.rhodes's avatar oliver.rhodes

1

parent cd8a8abe
Pipeline #274 failed with stages
......@@ -37,6 +37,7 @@ class AssessmentPartOneTest {
"-5,8,-1",
"5,3,-1",
"3,-1,-1"
})
void testSumNumbersBetween(int num1, int num2, int sum) {
assertEquals(sum, test.sumNumbersBetween(num1, num2));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment