Skip to content

Commit

Permalink
Fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
mekya committed Nov 24, 2024
1 parent 8c0ca51 commit e353d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/js/webrtc_adaptor.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ describe("WebRTCAdaptor", function() {
expect(stop.calledOnce).to.be.false;

adaptor.tryAgain(true);
expect(stop.calledOnce).to.be.false;
expect(stop.calledOnce).to.be.true;


});
Expand Down

0 comments on commit e353d95

Please sign in to comment.