Skip to content

Commit

Permalink
Update test.adb.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sonalprabhu authored Oct 9, 2020
1 parent aaa26f5 commit 3b5e1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test-util/test.adb.js
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +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 3b5e1ca

Please sign in to comment.