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 @@ $$$`);
13281328 it ( 'should not find any v2' , function ( ) {
13291329 let buf = new Buffer ( 'AJ Keller is an awesome programmer!\n I know right!' ) ;
13301330
1331- expect ( openBCIUtilities . getFirmware ( buf ) ) . to . equal ( null )
1331+ expect ( openBCIUtilities . getFirmware ( buf ) ) . to . equal ( null ) ;
13321332 } ) ;
13331333 it ( 'should not find a v2' , function ( ) {
13341334 let buf = new Buffer ( `OpenBCI V3 Simulator
13351335On Board ADS1299 Device ID: 0x12345
13361336LIS3DH Device ID: 0x38422$$$` ) ;
13371337
1338- expect ( openBCIUtilities . getFirmware ( buf ) ) . to . equal ( null )
1338+ expect ( openBCIUtilities . getFirmware ( buf ) ) . to . equal ( null ) ;
13391339 } ) ;
13401340 it ( 'should find a v2' , function ( ) {
13411341 let buf = new Buffer ( `OpenBCI V3 Simulator
You can’t perform that action at this time.
0 commit comments