Skip to content

Commit 72aac46

Browse files
committed
Update test description
1 parent 285c16e commit 72aac46

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/plot/test/test.js

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

36-
tape( 'the export is an alias for a plot constructor', function test( t ) {
36+
tape( 'the main export is a plot constructor', function test( t ) {
3737
t.strictEqual( plot, Plot, 'is alias' );
3838
t.end();
3939
});

0 commit comments

Comments
 (0)