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