Fix tests

pull/749/head
lilia 9 years ago
parent b0c59233f3
commit 1fa722624e

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

Loading…
Cancel
Save