TF-4227 Fix MissingStubError: 'keywords' in composer_repository_impl_test

This commit is contained in:
dab246
2026-01-07 13:15:29 +07:00
committed by Dat H. Pham
parent acd8a6c4f1
commit aae6302470
@@ -58,6 +58,7 @@ void main() {
when(mockCreateEmailRequest.identity).thenReturn(mockIdentity);
when(mockCreateEmailRequest.replyToRecipients).thenReturn({});
when(mockCreateEmailRequest.ownEmailAddress).thenReturn('test@example.com');
when(mockCreateEmailRequest.keywords).thenReturn(null);
repository = ComposerRepositoryImpl(
mockAttachmentUploadDataSource,