TF-145 Implement LoadMoreEmails in ThreadView
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import 'dart:async';
|
||||
|
||||
import 'package:core/core.dart';
|
||||
import 'package:dartz/dartz.dart';
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
import 'package:jmap_dart_client/jmap/core/state.dart' as jmap;
|
||||
@@ -45,8 +46,9 @@ void main() {
|
||||
|
||||
final states = await streamStates.toList();
|
||||
|
||||
expect(states.length, equals(1));
|
||||
expect(states.length, equals(2));
|
||||
expect(states, containsAllInOrder({
|
||||
Right(RefreshingState()),
|
||||
Right(GetAllMailboxSuccess(
|
||||
defaultMailboxList: {
|
||||
MailboxFixtures.inboxMailbox.toPresentationMailbox(),
|
||||
|
||||
Reference in New Issue
Block a user