We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88b405 commit c7e3a05Copy full SHA for c7e3a05
test/openBCIUtilities-test.js
@@ -1328,14 +1328,14 @@ $$$`);
1328
it('should not find any v2', function () {
1329
let buf = new Buffer('AJ Keller is an awesome programmer!\n I know right!');
1330
1331
- expect(openBCIUtilities.getFirmware(buf)).to.equal(null)
+ expect(openBCIUtilities.getFirmware(buf)).to.equal(null);
1332
});
1333
it('should not find a v2', function () {
1334
let buf = new Buffer(`OpenBCI V3 Simulator
1335
On Board ADS1299 Device ID: 0x12345
1336
LIS3DH Device ID: 0x38422$$$`);
1337
1338
1339
1340
it('should find a v2', function () {
1341
0 commit comments