Skip to content

Commit

Permalink
Made the requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sonalprabhu committed Oct 9, 2020
1 parent 6821b86 commit aaa26f5
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 @@ -1132,7 +1132,7 @@ describe('utils/adb', () => {
);
});

it('reminds the user to enable remote debugging', async () => {
it('reminds the user to enable remote_debugging', async () => {
const adb = getFakeADBKit({
adbClient: {
shell: sinon.spy(() => Promise.resolve('')),
Expand Down

0 comments on commit aaa26f5

Please sign in to comment.