Skip to content

Commit c25c41d

Browse files
committed
Fixing TypeScript error
1 parent 9a78752 commit c25c41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/tests/network-client.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('NodeConnection', () => {
1515

1616
afterEach(() => {
1717
jest.restoreAllMocks();
18-
windowFetchSpy = null;
18+
windowFetchSpy = null as any;
1919
});
2020

2121
describe('setAccount', () => {

0 commit comments

Comments
 (0)