Skip to content

Commit 5b90fb7

Browse files
committed
test(replay): cover authored Android platform
1 parent 9b1045b commit 5b90fb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/daemon/handlers/__tests__/session-command-replay.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ test('replay parses inline open runtime flags and replays open with runtime payl
111111
expect(response?.ok).toBe(true);
112112
expect(invoked[0]?.command).toBe('open');
113113
expect(invoked[0]?.positionals).toEqual(['Demo']);
114-
expect(invoked[0]?.flags).toEqual({ relaunch: true });
114+
expect(invoked[0]?.flags).toEqual({ relaunch: true, platform: 'android' });
115115
expect(invoked[0]?.runtime).toEqual({
116116
platform: 'android',
117117
metroHost: '10.0.0.10',

0 commit comments

Comments
 (0)