Skip to content

Commit 684bec3

Browse files
author
John Haley
committed
Simplified after() case for diff tests
1 parent df70270 commit 684bec3

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

test/tests/diff.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,8 @@ describe("Diff", function() {
5555
});
5656
});
5757

58-
after(function(done) {
59-
return fse.unlink(diffFilepath).then(function() {
60-
done();
61-
});
58+
after(function() {
59+
return fse.unlink(diffFilepath);
6260
});
6361

6462
it("can walk a DiffList", function() {

0 commit comments

Comments
 (0)