Skip to content

Commit 22ce509

Browse files
committed
Cleanup added file that was making status tests fail.
1 parent bc77038 commit 22ce509

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

test/tests/diff.js

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

58+
after(function(done) {
59+
return fse.unlink(diffFilepath).then(function() {
60+
done();
61+
});
62+
});
63+
5864
it("can walk a DiffList", function() {
5965
var patch = this.diff[0].patches()[0];
6066

0 commit comments

Comments
 (0)