remove redundant after()

This commit is contained in:
Girish Ramakrishnan
2017-11-27 14:10:27 -08:00
parent 3a74babcf4
commit 74f3a4dd6f

View File

@@ -76,9 +76,6 @@ describe('Backups API', function () {
before(setup);
after(function (done) {
done();
});
after(cleanup);
describe('create', function () {