diff --git a/test/new-unit/write-ctrl-test.js b/test/new-unit/write-ctrl-test.js index 04c7a20..f537c70 100644 --- a/test/new-unit/write-ctrl-test.js +++ b/test/new-unit/write-ctrl-test.js @@ -271,12 +271,14 @@ define(function(require) { describe('send to outbox', function() { it('should work', function() { - scope.to = [{ - address: 'pity@dafool' - }]; scope.from = [{ address: 'pity@dafool' }]; + scope.to = [{ + address: 'pity@dafool' + }]; + scope.cc = []; + scope.bcc = []; scope.subject = 'Ermahgerd!'; scope.body = 'wow. much body! very text!'; scope.attachments = [];