Skip to content

Commit 6dca5db

Browse files
authored
test: update descriptions
Signed-off-by: Athan <[email protected]>
1 parent 841dbe0 commit 6dca5db

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/ndarray/dsortins/test

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/blas/ext/base/ndarray/dsortins/test/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tape( 'main export is a function', function test( t ) {
4040
t.end();
4141
});
4242

43-
tape( 'the function sorts a one-dimensional ndarray (increasing order) using insertion sort', function test( t ) {
43+
tape( 'the function sorts a one-dimensional ndarray (increasing order)', function test( t ) {
4444
var actual;
4545
var order;
4646
var x;
@@ -61,7 +61,7 @@ tape( 'the function sorts a one-dimensional ndarray (increasing order) using ins
6161
t.end();
6262
});
6363

64-
tape( 'the function sorts a one-dimensional ndarray (decreasing order) using insertion sort', function test( t ) {
64+
tape( 'the function sorts a one-dimensional ndarray (decreasing order)', function test( t ) {
6565
var actual;
6666
var order;
6767
var x;

0 commit comments

Comments
 (0)