refactor!: initial attachments refactor.
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -805,7 +805,7 @@ void main() {
|
||||
emits(ConnectionStatus.disconnected),
|
||||
);
|
||||
|
||||
await client.disconnectUser();
|
||||
await client.disconnectUser(flushChatPersistence: true);
|
||||
|
||||
expect(client.state.currentUser, isNull);
|
||||
expect(client.wsConnectionStatus, ConnectionStatus.disconnected);
|
||||
|
||||
Reference in New Issue
Block a user