Skip to content

Commit 1c9a58a

Browse files
committed
Fix test description
1 parent 9b5a300 commit 1c9a58a

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/tools/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/tools/test/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tape( 'main export is an object', function test( t ) {
3333
t.end();
3434
});
3535

36-
tape( 'the exported object contains base math tools', function test( t ) {
36+
tape( 'the exported object contains math tools', function test( t ) {
3737
var keys = objectKeys( ns );
3838
t.equal( keys.length > 0, true, 'has keys' );
3939
t.end();

0 commit comments

Comments
 (0)