diff --git a/packages/stream_chat/test/src/client/client_test.dart b/packages/stream_chat/test/src/client/client_test.dart index 65c0fe26..5317e6c3 100644 --- a/packages/stream_chat/test/src/client/client_test.dart +++ b/packages/stream_chat/test/src/client/client_test.dart @@ -2513,7 +2513,7 @@ void main() { }); test( - 'setting the `currentUser` should also compute and update the unreadCounts', + '''setting the `currentUser` should also compute and update the unreadCounts''', () { final state = client.state; final initialUser = OwnUser.fromUser(user);