Fix message view tests

// FREEBIE
This commit is contained in:
lilia 2015-12-05 19:23:29 -08:00
parent 11cedcce6e
commit 0e0994832e

View file

@ -2,6 +2,7 @@ describe('MessageView', function() {
var conversations = new Whisper.ConversationCollection();
before(function(done) {
conversations.fetch().then(done);
storage.put('number_id', '+18088888888.1');
});
var convo = conversations.add({id: 'foo'});