Fix electron test race condition with protobuf loading
This commit is contained in:
parent
978ff0e2bb
commit
334fe32210
3 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue