Skip to content

Commit

Permalink
Merge pull request #740 from nellh/prettier-bids-spec-fix
Browse files Browse the repository at this point in the history
Fix missing prettier linting in bids.spec.js
  • Loading branch information
nellh authored Mar 5, 2019
2 parents 7a81063 + 022ea20 commit 47992e1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bids-validator/tests/bids.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,7 @@ describe('BIDS example datasets ', function() {
dataDirectory + 'fieldmap_without_magnitude',
options,
function(issues) {
assert.notEqual(
issues.errors.findIndex(issue => issue.code === 91),
-1,
)
assert.notEqual(issues.errors.findIndex(issue => issue.code === 91), -1)
isdone()
},
)
Expand Down

0 comments on commit 47992e1

Please sign in to comment.