Fix afterEach in browser test
This commit is contained in:
@@ -46,7 +46,7 @@ describe('electron-mattermost', function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
afterEach(function(done) {
|
afterEach(function(done) {
|
||||||
client.endAll().then(function() {
|
client.end().then(function() {
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user