Skip to content

Commit

Permalink
TST: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Oct 18, 2022
1 parent 01cc9c8 commit 801e2c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion niworkflows/interfaces/bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,10 @@ class DerivativesDataSink(SimpleInterface):
>>> lines[1]
' "RepetitionTime": 0.75,'
>>> lines[2]
>>> lines[2] # doctest: +ELLIPSIS
' "Resolution": "Template MNI152NLin6Asym (1.0x1.0x1.0 mm^3)...'
>>> lines[3]
' "SkullStripped": true'
>>> bids_dir = tmpdir / 'bidsroot' / 'sub-02' / 'ses-noanat' / 'func'
Expand Down

0 comments on commit 801e2c7

Please sign in to comment.