TF-4227 Fix MissingStubError: 'keywords' in composer_repository_impl_test
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user