We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bfe67a commit c4fa945Copy full SHA for c4fa945
bids-validator/tests/bids.spec.js
@@ -134,7 +134,7 @@ describe('BIDS example datasets ', function() {
134
errors.findIndex(error => error.code === 60) > -1,
135
'errors do not contain a code 60',
136
)
137
- assert.deepEqual(warnings.length, 4)
+ assert.deepEqual(warnings.length, 3)
138
assert(
139
warnings.findIndex(warning => warning.code === 13) > -1,
140
'warnings do not contain a code 13',
0 commit comments