diff --git a/test/test.js b/test/test.js index 7a96c1c..573b6c9 100644 --- a/test/test.js +++ b/test/test.js @@ -23,7 +23,7 @@ describe( 'compute-roundn', function tests() { expect( roundn ).to.be.a( 'function' ); }); - it( 'should throw an error if not provided a filled array or numeric value', function test(){ + it( 'should throw an error if not provided an array or numeric value', function test(){ var values = [ '5', true,