Skip to content

Commit 2d06f60

Browse files
committed
fix tests
1 parent ccce8ae commit 2d06f60

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/platform-android/src/lib/commands/runAndroid/__tests__/runAndroid.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ test.each([['release'], ['debug'], ['staging']])(
320320
mockPlatforms,
321321
);
322322

323-
expect(tools.outro).toBeCalledWith('Success 🎉.');
324323
expect(tools.logger.error).not.toBeCalled();
325324

326325
// Runs installDebug with only active architecture arm64-v8a
@@ -373,7 +372,6 @@ test('runAndroid runs gradle build with custom --appId, --appIdSuffix and --main
373372
mockPlatforms,
374373
);
375374

376-
expect(tools.outro).toBeCalledWith('Success 🎉.');
377375
expect(logErrorSpy).not.toBeCalled();
378376

379377
// launches com.custom.suffix app with OtherActivity on emulator-5552

0 commit comments

Comments
 (0)