Skip to content

Commit c4fa945

Browse files
committed
update bids spec non dynamic test to expect 3 warnings instead of 4
1 parent 4bfe67a commit c4fa945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bids-validator/tests/bids.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ describe('BIDS example datasets ', function() {
134134
errors.findIndex(error => error.code === 60) > -1,
135135
'errors do not contain a code 60',
136136
)
137-
assert.deepEqual(warnings.length, 4)
137+
assert.deepEqual(warnings.length, 3)
138138
assert(
139139
warnings.findIndex(warning => warning.code === 13) > -1,
140140
'warnings do not contain a code 13',

0 commit comments

Comments
 (0)