diff --git a/sumAll.spec.js b/sumAll.spec.js index a5ba804..a949839 100644 --- a/sumAll.spec.js +++ b/sumAll.spec.js @@ -16,7 +16,7 @@ describe('sumAll', function() { it('returns ERROR with non-number parameters', function() { expect(sumAll(10, "90")).toEqual('ERROR'); }); - xit('returns ERROR with non-number parameters', function() { + it('returns ERROR with non-number parameters', function() { expect(sumAll(10, [90, 1])).toEqual('ERROR'); }); }); \ No newline at end of file