Skip to content

Commit 687cb99

Browse files
committed
fix test
1 parent b8967c1 commit 687cb99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/test/mocks/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export function setupTestTransport(options: TestOptions): NewTransport {
8383
}
8484

8585
if (options.transport) {
86-
return this._options.transport;
86+
return options.transport;
8787
}
8888

8989
return noop;

0 commit comments

Comments
 (0)