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 {
const messageListCoreKey = Key('messageListCore');
final controller = MessageListController();
final paginationLimit = 10;
const paginationLimit = 10;
final messageListCore = MessageListCore(
paginationLimit: paginationLimit,
key: messageListCoreKey,