Fix tests

This commit is contained in:
lilia 2016-09-23 20:15:47 -07:00
parent b0c59233f3
commit 1fa722624e
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@
describe("Fixtures", function() {
before(function(done) {
Whisper.Fixtures.saveAll().then(done);
Whisper.Fixtures.saveAll().then(function() {
done();
});
});
it('renders', function(done) {
ConversationController.updateInbox().then(function() {