Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Apr 14, 2022
1 parent b8967c1 commit 687cb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/test/mocks/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export function setupTestTransport(options: TestOptions): NewTransport {
}

if (options.transport) {
return this._options.transport;
return options.transport;
}

return noop;
Expand Down

0 comments on commit 687cb99

Please sign in to comment.