8000 Update calculator.spec.js · alpwoo/javascript-exercises@e8f9821 · GitHub
[go: up one dir, main page]

8000 Skip to content

Commit e8f9821

Browse files
authored
Update calculator.spec.js
1 parent a16fd43 commit e8f9821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

calculator/calculator.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('sum', function() {
2929
expect(calculator.sum([7])).toEqual(7);
3030
});
3131

32-
it('computes the sum of an array of one number', function() {
32+
it('computes the sum of an array of two numbers', function() {
3333
expect(calculator.sum([7,11])).toEqual(18);
3434
});
3535

0 commit comments

Comments
 (0)
0