Skip to content

Commit 210584d

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <kgryte@gmail.com>
1 parent c199176 commit 210584d

File tree

1 file changed

+0
-2
lines changed
  • lib/node_modules/@stdlib/stats/array/max-by/test

1 file changed

+0
-2
lines changed

lib/node_modules/@stdlib/stats/array/max-by/test/test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ tape( 'the function supports providing a callback execution context', function t
228228

229229
expected = [ x, x, x, x, x ];
230230
t.deepEqual( arrays, expected, 'returns expected value' );
231-
232231
t.end();
233232

234233
function accessor( v, idx, arr ) {
@@ -269,7 +268,6 @@ tape( 'the function supports providing a callback execution context (accessors)'
269268

270269
expected = [ ax, ax, ax, ax, ax ];
271270
t.deepEqual( arrays, expected, 'returns expected value' );
272-
273271
t.end();
274272

275273
function accessor( v, idx, arr ) {

0 commit comments

Comments
 (0)