api test fix

This commit is contained in:
Unitech 2016-07-05 17:19:29 +02:00
parent a241912939
commit b41efcf86a

View File

@ -8,7 +8,7 @@ describe('API checks', function() {
describe('PM2 connect old style', function() {
before(function(done) {
PM2.delete('all', done);
PM2.delete('all', function() { done() });
});
after(function(done) {