Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Nov 25, 2023
1 parent cf9628f commit 62b68b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testSerialRequestResponseD0End.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ describe('test SerialRequestResponseTransport with D0Protocol', function() {
smTransport.stop(function() {
expect(counter).to.be.equal(2);
expect(errCounter).to.be.equal(0);
expect(smTransport.protocol.deviceManufacturer).to.be.equal('SIE');
expect(smTransport.protocol.deviceManufacturer).to.be.equal('LGZ');
expect(smTransport.protocol.commBaudrateChangeover).to.be.equal(2400);
setTimeout(function() {
expect(smTransport.serialConnected).to.be.false;
Expand Down

0 comments on commit 62b68b3

Please sign in to comment.