Fix afterEach in browser test

This commit is contained in:
Yuya Ochiai
2015-12-26 01:03:43 +09:00
parent 799584a494
commit cdfddda8e6

View File

@@ -46,7 +46,7 @@ describe('electron-mattermost', function() {
});
afterEach(function(done) {
client.endAll().then(function() {
client.end().then(function() {
done();
});
});