Skip to content

Commit 6e86946

Browse files
dab246hoangdat
authored andcommitted
TF-3864 Fix run mailbox_dashboard_controller_test fail on CI
Signed-off-by: dab246 <tdvu@linagora.com>
1 parent ffc8088 commit 6e86946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/features/mailbox_dashboard/presentation/controller/mailbox_dashboard_controller_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ void main() {
672672
const String folderName = 'folder';
673673
final result = mailboxController.getSubAddress(userEmail, folderName);
674674

675-
expect(result, equals('user+folder@example.com'));
675+
expect(result, equals('<user+folder@example.com>'));
676676
});
677677

678678
test('should throw an error if empty local part', () {

0 commit comments

Comments
 (0)