This commit is contained in:
Salvatore Giordano
2021-07-19 12:11:34 +02:00
parent 57594c403c
commit 6c08c5a784
@@ -151,7 +151,7 @@ void main() {
(tester) async { (tester) async {
const messageListCoreKey = Key('messageListCore'); const messageListCoreKey = Key('messageListCore');
final controller = MessageListController(); final controller = MessageListController();
final paginationLimit = 10; const paginationLimit = 10;
final messageListCore = MessageListCore( final messageListCore = MessageListCore(
paginationLimit: paginationLimit, paginationLimit: paginationLimit,
key: messageListCoreKey, key: messageListCoreKey,