Skip to content

Commit

Permalink
Update testIndex.js
Browse files Browse the repository at this point in the history
Co-authored-by: Priyansh Garg <priyanshgarg30@gmail.com>
  • Loading branch information
Biki-das and garg3133 authored Feb 29, 2024
1 parent 37aed83 commit 18dec5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/commands/android/testIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -1586,7 +1586,7 @@ describe('test setupAndroid', function() {

assert.deepStrictEqual(binariesCheckedForWorking, ['sdkmanager']);
assert.strictEqual(cmdlineToolsDownloaded, true);
assert.deepStrictEqual(packagesInstalled, [ABI === 'arm64-v8a' ? 'system-images;android-30;google_apis;arm64-v8a' : 'system-images;android-30;google_apis;x86_64', 'emulator']); // emulator updated
assert.deepStrictEqual(packagesInstalled, [`system-images;android-30;google_apis;${ABI}`, 'emulator']); // emulator updated
assert.strictEqual(platformFolderCreated, true);
assert.strictEqual(buildToolsDownloaded, true);
assert.strictEqual(avdChecked, true);
Expand Down

0 comments on commit 18dec5c

Please sign in to comment.