Skip to content

Commit

Permalink
[UPDATE] test desc.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Nov 9, 2014
1 parent f9b726d commit a299eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Expand Up @@ -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,
Expand Down

0 comments on commit a299eb7

Please sign in to comment.