Skip to content

Commit

Permalink
actually test second condition
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkeller committed Sep 20, 2017
1 parent c46535a commit 0aceac5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2827,6 +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))
readAssertBasicValid(filePath2.join(path.sep))
rimraf(filePath.slice(0, 2).join(path.sep) + '*', function (err) {
assert.equal(err, null)
done()
Expand Down

0 comments on commit 0aceac5

Please sign in to comment.