Skip to content

Commit 6bbe26f

Browse files
committed
test: fix descriptions
1 parent 81b39fe commit 6bbe26f

File tree

2 files changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/array/base/assert

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/array/base/assert/has-equal-values/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ tape( 'the function returns `true` if both arrays have equal values (boolean arr
241241
t.end();
242242
});
243243

244-
tape( 'the function returns `true` if both arrays have equal values (real typed array)', function test( t ) {
244+
tape( 'the function returns `true` if both arrays have equal values (complex typed array)', function test( t ) {
245245
var out;
246246
var x;
247247
var y;

lib/node_modules/@stdlib/array/base/assert/has-same-values/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ tape( 'the function returns `true` if both arrays have the same values (boolean
241241
t.end();
242242
});
243243

244-
tape( 'the function returns `true` if both arrays have the same values (real typed array)', function test( t ) {
244+
tape( 'the function returns `true` if both arrays have the same values (complex typed array)', function test( t ) {
245245
var out;
246246
var x;
247247
var y;

0 commit comments

Comments
 (0)