Fix electron test race condition with protobuf loading

This commit is contained in:
Scott Nonnenberg 2018-04-19 16:10:08 -07:00
parent 978ff0e2bb
commit 334fe32210
No known key found for this signature in database
GPG key ID: 5F82280C35134661
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ describe("Fixtures", function() {
// NetworkStatusView checks this method every five seconds while showing
window.getSocketStatus = function() { return WebSocket.OPEN; };
Whisper.Fixtures.saveAll().then(function() {
Whisper.Fixtures().saveAll().then(function() {
done();
});
});