- Test expects '1,2' to return 3 - Currently returns 1 (missing last element) - Summation loop has off-by-one: for (i < length - 1) - Expected: <3>, Actual: <1> - Expected: <6>, Actual: <3> |
||
|---|---|---|
| .. | ||
| bowling_game_test.dart | ||
| gilded_rose_test.dart | ||
| roman_numerals_test.dart | ||
| string_calculator_test.dart | ||