Skip to content

Commit 4945063

Browse files
authored
test: update description
Signed-off-by: Athan <[email protected]>
1 parent d2fa0ab commit 4945063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/dstructs/named-typed-tuple/test/test.to_string.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tape( 'main export is a function', function test( t ) {
3434
t.end();
3535
});
3636

37-
tape( 'an instance has a `toString` method', function test( t ) {
37+
tape( 'a tuple has a `toString` method', function test( t ) {
3838
var Point;
3939
var p;
4040

0 commit comments

Comments
 (0)