Skip to content

Commit ddb4b5a

Browse files
committed
FIX: update report test
1 parent e6127a0 commit ddb4b5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

petprep/interfaces/tests/test_reports.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def test_functional_summary_with_metadata():
8383
orientation='RAS',
8484
metadata={
8585
'TracerName': 'DASB',
86+
'Radionuclide': 'C-11',
8687
'InjectedRadioactivity': 100,
8788
'InjectedRadioactivityUnits': 'MBq',
8889
'FrameTimesStart': [0, 1],
@@ -91,6 +92,6 @@ def test_functional_summary_with_metadata():
9192
)
9293

9394
segment = summary._generate_segment()
94-
assert 'Radiotracer: DASB' in segment
95+
assert 'Radiotracer: C-11-DASB' in segment
9596
assert 'Injected dose: 100 MBq' in segment
9697
assert 'Number of frames: 2' in segment

0 commit comments

Comments
 (0)