Skip to content

Commit 3a53957

Browse files
committed
Update test message
1 parent 673797c commit 3a53957

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/snippets/test/test.validate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tape( 'the function returns an error if provided an `options` argument which is
3333

3434
for ( i = 0; i < values.length; i++ ) {
3535
err = validate( {}, values[ i ] );
36-
t.strictEqual( err instanceof TypeError, true, 'returns a TypeError when provided '+values[i] );
36+
t.strictEqual( err instanceof TypeError, true, 'returns a type error when provided '+values[i] );
3737
}
3838
t.end();
3939
});

0 commit comments

Comments
 (0)