Skip to content

Commit 17daba7

Browse files
authored
test: update message
Signed-off-by: Athan <[email protected]>
1 parent b4a0d74 commit 17daba7

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_locale_string.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ tape( 'the method throws an error if invoked with a `this` context which is not
6767
[]
6868
];
6969
for ( i = 0; i < values.length; i++ ) {
70-
t.throws( badValue( values[i] ), TypeError, 'throws a TypeError when provided '+values[i] );
70+
t.throws( badValue( values[i] ), TypeError, 'throws an error when provided '+values[i] );
7171
}
7272
t.end();
7373

0 commit comments

Comments
 (0)