Skip to content

Commit 801e2c7

Browse files
committed
TST: Fix tests
1 parent 01cc9c8 commit 801e2c7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

niworkflows/interfaces/bids.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,10 @@ class DerivativesDataSink(SimpleInterface):
457457
>>> lines[1]
458458
' "RepetitionTime": 0.75,'
459459
460-
>>> lines[2]
460+
>>> lines[2] # doctest: +ELLIPSIS
461+
' "Resolution": "Template MNI152NLin6Asym (1.0x1.0x1.0 mm^3)...'
462+
463+
>>> lines[3]
461464
' "SkullStripped": true'
462465
463466
>>> bids_dir = tmpdir / 'bidsroot' / 'sub-02' / 'ses-noanat' / 'func'

0 commit comments

Comments
 (0)