Skip to content

Commit a7deb43

Browse files
authored
test: update description
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 498395e commit a7deb43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/ndarray/to-string/test

lib/node_modules/@stdlib/ndarray/to-string/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ tape( 'the function serializes an ndarray as a string (0d)', function test( t )
202202
t.end();
203203
});
204204

205-
tape( 'the function serializes an ndarray as a string (dtype=complex)', function test( t ) {
205+
tape( 'the function serializes an ndarray as a string (dtype=complex64)', function test( t ) {
206206
var expected;
207207
var strides;
208208
var actual;

0 commit comments

Comments
 (0)