Skip to content

Commit 0cd3b87

Browse files
authored
Update test.native.js
Signed-off-by: Sachin Pangal <151670745+Sachinn-64@users.noreply.github.com>
1 parent c3b1ebb commit 0cd3b87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/stats/base/ndarray/dnanmidrange/test

lib/node_modules/@stdlib/stats/base/ndarray/dnanmidrange/test/test.native.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ tape( 'the function has an arity of 1', opts, function test( t ) {
6767
t.end();
6868
});
6969

70-
tape( 'the function calculates the midrange of a one-dimensional ndarray, ignoring NaN values', opts, function test( t ) {
70+
tape( 'the function calculates the mid-range of a one-dimensional ndarray, ignoring NaN values', opts, function test( t ) {
7171
var x;
7272
var v;
7373

@@ -106,7 +106,7 @@ tape( 'if provided an empty ndarray, the function returns `NaN`', opts, function
106106
t.end();
107107
});
108108

109-
tape( 'if provided an ndarray containing a single non-NaN element, the function returns that element', opts, function test( t ) {
109+
tape( 'if provided an ndarray containing a single element, the function returns that element', opts, function test( t ) {
110110
var x;
111111
var v;
112112

0 commit comments

Comments
 (0)