Skip to content

Commit

Permalink
[TESTS] documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed May 25, 2015
1 parent 7c34eaa commit 4f45d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Expand Up @@ -24,7 +24,7 @@ describe( 'compute-incrmstdev', function tests() {
expect( incrmstdev ).to.be.a( 'function' );
});

it( 'should throw an error if not provided an integer', function test() {
it( 'should throw an error if not provided a positive integer', function test() {
var values = [
'5',
-5,
Expand Down

0 comments on commit 4f45d9b

Please sign in to comment.