Skip to content

Commit 6dbe135

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent 979c1f6 commit 6dbe135

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/array/nanmean/test

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/array/nanmean/test/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ tape( 'the function calculates the arithmetic mean of an array', function test(
116116
t.end();
117117
});
118118

119-
tape( 'the function calculates the maximum value of an array (accessors)', function test( t ) {
119+
tape( 'the function calculates the arithmetic mean of an array (accessors)', function test( t ) {
120120
var x;
121121
var v;
122122

@@ -143,7 +143,7 @@ tape( 'the function calculates the maximum value of an array (accessors)', funct
143143
t.end();
144144
});
145145

146-
tape( 'the function calculates the maximum value of an array (array-like object)', function test( t ) {
146+
tape( 'the function calculates the arithmetic mean of an array (array-like object)', function test( t ) {
147147
var x;
148148
var v;
149149

0 commit comments

Comments
 (0)