Skip to content

Commit

Permalink
More rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-luke committed Jan 31, 2022
1 parent 7811f73 commit 3788558
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bids-validator/tests/tsv.spec.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import assert from 'assert'
import validate from '../index'

describe('TSV', function() {
Expand Down Expand Up @@ -684,6 +685,7 @@ describe('TSV', function() {
let issues = validate.TSV.validateContRec([physio_file], {})
assert(issues.length === 1 && issues[0].code === 133)
})

// samples checks -----------------------------------------------------------

const samplesFile = {
Expand Down

0 comments on commit 3788558

Please sign in to comment.