Skip to content

Commit 676d4bf

Browse files
committed
style(android): format relocated limrun transport test
1 parent 95ec62f commit 676d4bf

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/sdk/limrun-runtime-dependencies.test.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,8 @@ test('Limrun appstate forwards an in-flight abort through the provider ADB execu
139139

140140
test('host.runAdb keeps its exported shape and routes through the host transport', async () => {
141141
const { createLimrunRuntimeDependencies } = await import('./limrun-runtime-dependencies.ts');
142-
const { withAndroidHostAdbTransport } = await import(
143-
'../platforms/android/adb-host-transport.ts'
144-
);
142+
const { withAndroidHostAdbTransport } =
143+
await import('../platforms/android/adb-host-transport.ts');
145144
const dependencies = createLimrunRuntimeDependencies();
146145
const seen: Array<{ args: string[]; options?: Record<string, unknown> }> = [];
147146

0 commit comments

Comments
 (0)