From 1fe446c6e65df3e753e8aad55efa37916ec2a70d Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Wed, 22 Sep 2021 15:47:52 +0200 Subject: [PATCH] fix(core): fix analysis --- packages/stream_chat_flutter_core/test/user_list_core_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stream_chat_flutter_core/test/user_list_core_test.dart b/packages/stream_chat_flutter_core/test/user_list_core_test.dart index b077868b..c916ce17 100644 --- a/packages/stream_chat_flutter_core/test/user_list_core_test.dart +++ b/packages/stream_chat_flutter_core/test/user_list_core_test.dart @@ -522,7 +522,7 @@ void main() { ); test('`widget.limit` should match `widget.pagination.limit`', () { - const limit = 30; + const limit = 20; final userListCore = UserListCore( listBuilder: (_, __) => const Offstage(), loadingBuilder: (BuildContext context) => const Offstage(),