Skip to content

Commit f83bf2a

Browse files
authored
Update test.nanmskmin.js
Signed-off-by: Kaushikgtm <162317291+Kaushikgtm@users.noreply.github.com>
1 parent bf57f65 commit f83bf2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/nanmskmin/test/test.nanmskmin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2020 The Stdlib Authors.
4+
* Copyright (c) 2025 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@ var isNegativeZero = require( '@stdlib/math/base/assert/is-negative-zero' );
2626
var Float64Array = require( '@stdlib/array/float64' );
2727
var Uint8Array = require( '@stdlib/array/uint8' );
2828
var nanmskmin = require( './../lib/nanmskmin.js' );
29-
29+
var toAccessorArray = require( '@stdlib/array/base/to-accessor-array' );
3030

3131
// TESTS //
3232

0 commit comments

Comments
 (0)