diff --git a/tests/unit/test-util/test.adb.js b/tests/unit/test-util/test.adb.js index a4be20db60..9f3b3bc632 100644 --- a/tests/unit/test-util/test.adb.js +++ b/tests/unit/test-util/test.adb.js @@ -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('')),