Skip to content

Commit

Permalink
Merge branch 'loop-warning' of https://github.com/sonalprabhu/web-ext
Browse files Browse the repository at this point in the history
…into loop-warning
  • Loading branch information
sonalprabhu committed Oct 9, 2020
2 parents a0a8814 + 2d5cc48 commit 6821b86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/test-util/test.adb.js
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,7 @@ describe('utils/adb', () => {
await assert.isRejected(
promise, 'Timeout while waiting for the Android Firefox Debugger Socket'
);

sinon.assert.called(adb.fakeADBClient.shell);
sinon.assert.alwaysCalledWithMatch(
adb.fakeADBClient.shell,
Expand Down

0 comments on commit 6821b86

Please sign in to comment.