File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/node_modules/@stdlib/blas/ext/base/ndarray/dsortins/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments