Fix message view tests
// FREEBIE
This commit is contained in:
parent
11cedcce6e
commit
0e0994832e
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ describe('MessageView', function() {
|
||||||
var conversations = new Whisper.ConversationCollection();
|
var conversations = new Whisper.ConversationCollection();
|
||||||
before(function(done) {
|
before(function(done) {
|
||||||
conversations.fetch().then(done);
|
conversations.fetch().then(done);
|
||||||
|
storage.put('number_id', '+18088888888.1');
|
||||||
});
|
});
|
||||||
|
|
||||||
var convo = conversations.add({id: 'foo'});
|
var convo = conversations.add({id: 'foo'});
|
||||||
|
|
Loading…
Reference in a new issue