8000 Merge pull request #11 from jmooree30/patch-1 · CalWal/javascript-exercises@57b16f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 57b16f8

Browse files
authored
Merge pull request TheOdinProject#11 from jmooree30/patch-1
Update calculator.spec.js
2 parents a16fd43 + e8f9821 commit 57b16f8

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