mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-13 11:38:31 +08:00
lint(*): Fix issue breaking the build
This commit is contained in:
parent
abdae1e795
commit
0709b33c91
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ describe('ComposerHeader', function composerHeader() {
|
|||
draft = new Message({
|
||||
draft: true,
|
||||
cc: [new Contact({id: 'a', email: 'a'})],
|
||||
bcc: [new Contact({id: 'b', email:'b'})],
|
||||
bcc: [new Contact({id: 'b', email: 'b'})],
|
||||
accountId: TEST_ACCOUNT_ID,
|
||||
});
|
||||
this.createWithDraft(draft);
|
||||
|
|
Loading…
Reference in a new issue