Skip to content

Commit a630f41

Browse files
authored
chore: update relative path
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 6f04f94 commit a630f41

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/sec/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/sec/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var PI = require( '@stdlib/constants/float64/pi' );
2727
var EPS = require( '@stdlib/constants/float64/eps' );
2828
var PINF = require( '@stdlib/constants/float64/pinf' );
2929
var NINF = require( '@stdlib/constants/float64/ninf' );
30-
var sec = require( '../lib' );
30+
var sec = require( './../lib' );
3131

3232

3333
// FIXTURES //

0 commit comments

Comments
 (0)