From 8b13bcebba5ec43e9ae8b82e5bded22269e65289 Mon Sep 17 00:00:00 2001 From: Sahil Kumar Date: Fri, 20 May 2022 17:49:00 +0530 Subject: [PATCH] chore(llc): fix lint Signed-off-by: xsahil03x --- packages/stream_chat/test/src/client/client_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);