diff --git a/test/features/mailbox_dashboard/presentation/controller/mailbox_dashboard_controller_test.dart b/test/features/mailbox_dashboard/presentation/controller/mailbox_dashboard_controller_test.dart index 8e24ef4f2..17968c5e7 100644 --- a/test/features/mailbox_dashboard/presentation/controller/mailbox_dashboard_controller_test.dart +++ b/test/features/mailbox_dashboard/presentation/controller/mailbox_dashboard_controller_test.dart @@ -672,7 +672,7 @@ void main() { const String folderName = 'folder'; final result = mailboxController.getSubAddress(userEmail, folderName); - expect(result, equals('user+folder@example.com')); + expect(result, equals('')); }); test('should throw an error if empty local part', () {