Skip to content

Commit d7c2fd4

Browse files
committed
fix it, oops...
1 parent cf9e279 commit d7c2fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/test/lib/base.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2026,7 +2026,7 @@ describe('BaseClient', () => {
20262026
}),
20272027
);
20282028

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

0 commit comments

Comments
 (0)