Skip to content

Commit

Permalink
test: fix test for .newer
Browse files Browse the repository at this point in the history
  • Loading branch information
olvidalo committed Mar 17, 2016
1 parent 02c876b commit b49c8a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,7 @@ test('newer-no-resend', function (t) {
files += 1
if (c.relative === 'test.json.xql') {
return t.ok(true, 'found test.json.xql')
}
if (c.relative === 'test.unsent.xql') {
} else {
t.fail('attempted to send the file: ' + c.relative)
}
})
Expand Down

0 comments on commit b49c8a1

Please sign in to comment.