add test
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user