mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Fix message view tests
// FREEBIE
This commit is contained in:
@@ -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'});
|
||||
|
||||
Reference in New Issue
Block a user