Skip to content

Commit 1d807f3

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

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
@@ -131,7 +131,7 @@ tape( 'the method serializes a tuple as a locale-specific string (locale and opt
131131
t.end();
132132
});
133133

134-
tape( 'the method handles boolean and NaN values', function test( t ) {
134+
tape( 'the method handles NaN values', function test( t ) {
135135
var expected;
136136
var Record;
137137
var actual;

0 commit comments

Comments
 (0)