Skip to content

Commit

Permalink
Update event text fixture object in response to change of type from U…
Browse files Browse the repository at this point in the history
…ser to ChannelMemberResponse
  • Loading branch information
walberty committed Apr 16, 2020
1 parent 8fc6f39 commit f7967f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/stream-chat/test-stream-chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const event = {
updated_at: '',
score: 10,
},
member: { id: 'john', online: false },
member: { user_id: 'john' },
user: { id: 'john', online: true },
unread_count: 3,
online: true,
Expand Down

0 comments on commit f7967f3

Please sign in to comment.