Skip to content

Commit 1274ab8

Browse files
committed
fix thread test
1 parent 4515b3f commit 1274ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Thread/__tests__/Thread.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const reply1 = generateMessage({ parent_id: threadStart.id, user: bob });
4343
const reply2 = generateMessage({ parent_id: threadStart.id, user: alice });
4444

4545
const channelStateContextMock = {
46-
channel: {},
46+
channel: { state: {} },
4747
thread: threadStart,
4848
threadHasMore: true,
4949
threadLoadingMore: false,

0 commit comments

Comments
 (0)