lint(*): Fix issue breaking the build

This commit is contained in:
Ben Gotow 2016-09-20 16:34:30 -07:00
parent abdae1e795
commit 0709b33c91

View file

@ -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);