Skip to content

Commit

Permalink
fix test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkeller committed Sep 20, 2017
1 parent a516c76 commit c46535a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2827,7 +2827,7 @@ describe('writers', function () {
io.writeDataSync(filePath.join(path.sep), testData, opts)
io.writeDataSync(filePath2.join(path.sep), testData, opts)
readAssertBasicValid(filePath.join(path.sep))
rimraf(filePath.slice(0, 2).join(path.sep), {glob: false}, function (err) {
rimraf(filePath.slice(0, 2).join(path.sep) + '*', function (err) {
assert.equal(err, null)
done()
})
Expand Down
1 change: 0 additions & 1 deletion test/tmp-write-data-json-sync2/data.json

This file was deleted.

0 comments on commit c46535a

Please sign in to comment.