Skip to content

Commit ddd9e92

Browse files
committed
chore(testing-tools): update mockChannel
1 parent b69054f commit ddd9e92

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/uikit-testing-tools/src/mocks/createMockChannel.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,4 +601,8 @@ class MockChannel implements GetMockProps<Params, SendbirdBaseChannel & Sendbird
601601
declineInvitation(): Promise<SendbirdGroupChannel> {
602602
throw new Error('Method not implemented.');
603603
}
604+
605+
get messageCollectionLastAccessedAt(): number {
606+
throw new Error('Method not implemented.');
607+
}
604608
}

0 commit comments

Comments
 (0)