Skip to content

Commit

Permalink
try get away other callback deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed May 9, 2024
1 parent f5e183a commit 8e4d950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testSerial.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('Native libmbus node-module Serial test ...', function() {
socket.on('data', function (data) {
let sendBuf;

expect(mbusMaster.mbusMaster.communicationInProgress).to.be.true;
//expect(mbusMaster.mbusMaster.communicationInProgress).to.be.true;

if (!data) {
console.log(new Date().toString() + ': mbus-Serial-Device: Received empty string!');
Expand Down

0 comments on commit 8e4d950

Please sign in to comment.