Skip to content

Commit 72aac46

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/plot/test

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

Lines changed: 1 addition & 1 deletion
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)