File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/node_modules/@stdlib/math/base/special/cosm1/test Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ var data = require( './fixtures/python/data.json' );
47
47
48
48
tape ( 'main export is a function' , function test ( t ) {
49
49
t . ok ( true , __filename ) ;
50
- t . strictEqual ( typeof cos , 'function' , 'main export is a function' ) ;
50
+ t . strictEqual ( typeof cosm1 , 'function' , 'main export is a function' ) ;
51
51
t . end ( ) ;
52
52
} ) ;
53
53
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ var data = require( './fixtures/python/data.json' );
52
52
53
53
tape ( 'main export is a function' , opts , function test ( t ) {
54
54
t . ok ( true , __filename ) ;
55
- t . strictEqual ( typeof cos , 'function' , 'main export is a function' ) ;
55
+ t . strictEqual ( typeof cosm1 , 'function' , 'main export is a function' ) ;
56
56
t . end ( ) ;
57
57
} ) ;
58
58
You can’t perform that action at this time.
0 commit comments