From aaa26f517a261bccd7f1a392eb7c2c41cc3c64f7 Mon Sep 17 00:00:00 2001 From: Sonal Prabhu Date: Fri, 9 Oct 2020 16:23:55 +0530 Subject: [PATCH] Made the requested changes --- tests/unit/test-util/test.adb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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('')),