Skip to content

Commit

Permalink
fix it, oops...
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Jul 4, 2024
1 parent cf9e279 commit d7c2fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/test/lib/base.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2026,7 +2026,7 @@ describe('BaseClient', () => {
}),
);

const mockSend = jest.spyOn(client['_transport'], 'send').mockImplementation(() => {
const mockSend = jest.spyOn(client.getTransport()!, 'send').mockImplementation(() => {
return Promise.resolve({ statusCode: 200 });
});

Expand Down

0 comments on commit d7c2fd4

Please sign in to comment.