Skip to content

Commit 7ed4e84

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ tape( 'a tuple has a `toString` method', function test( t ) {
4343
});
4444
p = new Point( [ 10, 20 ] );
4545

46-
t.strictEqual( hasOwnProp( p, 'toString' ), true, 'has property' );
47-
t.strictEqual( isFunction( p.toString ), true, 'has method' );
46+
t.strictEqual( hasOwnProp( p, 'toString' ), true, 'returns expected value' );
47+
t.strictEqual( isFunction( p.toString ), true, 'returns expected value' );
4848
t.end();
4949
});
5050

0 commit comments

Comments
 (0)