Skip to content

Commit

Permalink
Fix the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbugli committed Jul 9, 2021
1 parent 3561475 commit 66d0d83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/StreamChatTestTools/Models/ChatChannel_Mock.swift
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public extension _ChatChannel {
isFrozen: isFrozen,
lastActiveMembers: { lastActiveMembers },
membership: membership,
currentlyTypingUsers: currentlyTypingUsers,
currentlyTypingUsers: { currentlyTypingUsers },
lastActiveWatchers: { lastActiveWatchers },
unreadCount: { unreadCount },
watcherCount: watcherCount,
Expand Down Expand Up @@ -142,7 +142,7 @@ public extension _ChatChannel {
config: config,
isFrozen: isFrozen,
lastActiveMembers: { lastActiveMembers },
currentlyTypingUsers: currentlyTypingUsers,
currentlyTypingUsers: { currentlyTypingUsers },
lastActiveWatchers: { lastActiveWatchers },
unreadCount: { unreadCount },
watcherCount: watcherCount,
Expand Down

0 comments on commit 66d0d83

Please sign in to comment.