Skip to content

Commit d59c7bb

Browse files
committed
Cast mock channel to proper Channel
1 parent a28200d commit d59c7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/core/src/manager/index.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import Provider from './provider';
1818

1919
const WS_DISCONNECTED_NOTIFICATION_ID = 'CORE/WS_DISCONNECTED';
2020

21-
const channel = mockChannel();
21+
const channel = mockChannel() as unknown as Channel;
2222

2323
const originalGetItem = Storage.prototype.getItem;
2424
const originalSetItem = Storage.prototype.setItem;

0 commit comments

Comments
 (0)