File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1328,14 +1328,14 @@ $$$`);
1328
1328
it ( 'should not find any v2' , function ( ) {
1329
1329
let buf = new Buffer ( 'AJ Keller is an awesome programmer!\n I know right!' ) ;
1330
1330
1331
- expect ( openBCIUtilities . getFirmware ( buf ) ) . to . equal ( null )
1331
+ expect ( openBCIUtilities . getFirmware ( buf ) ) . to . equal ( null ) ;
1332
1332
} ) ;
1333
1333
it ( 'should not find a v2' , function ( ) {
1334
1334
let buf = new Buffer ( `OpenBCI V3 Simulator
1335
1335
On Board ADS1299 Device ID: 0x12345
1336
1336
LIS3DH Device ID: 0x38422$$$` ) ;
1337
1337
1338
- expect ( openBCIUtilities . getFirmware ( buf ) ) . to . equal ( null )
1338
+ expect ( openBCIUtilities . getFirmware ( buf ) ) . to . equal ( null ) ;
1339
1339
} ) ;
1340
1340
it ( 'should find a v2' , function ( ) {
1341
1341
let buf = new Buffer ( `OpenBCI V3 Simulator
You can’t perform that action at this time.
0 commit comments