Skip to content

Commit 42e9718

Browse files
authored
fix: androidPlatform, name from config
2 parents e652702 + be05622 commit 42e9718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/platform-android/src/factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const physicalAndroidDevice = (
2727
export const androidPlatform = (
2828
config: AndroidPlatformConfig
2929
): HarnessPlatform<AndroidPlatformConfig> => ({
30-
name: 'android',
30+
name: config.name,
3131
config,
3232
runner: import.meta.resolve('./runner.js'),
3333
});

0 commit comments

Comments
 (0)