diff --git a/tests/app/arrays.js b/tests/app/arrays.js index 201f0df8e..e2c527405 100644 --- a/tests/app/arrays.js +++ b/tests/app/arrays.js @@ -15,7 +15,7 @@ describe('arrays', function() { expect(arraysAnswers.indexOf(a, 5)).to.eql(-1); }); - it('you should be able to add the values of an array', function() { + it('you should be able to sum the items of an array', function() { expect(arraysAnswers.sum(a)).to.eql(10); });