Skip to content

Commit d66c86e

Browse files
psadileffigies
andauthored
Update sdcflows/utils/tests/test_epimanip.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 923ab4a commit d66c86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdcflows/utils/tests/test_epimanip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ def test_get_trt_err_wo_trt_and_in_file():
2929
"""Test that calling get_trt with dict that does not have TotalReadoutTime \
3030
and no in_file raises AssertionError.
3131
"""
32-
with pytest.raises(AssertionError):
32+
with pytest.raises(ValueError):
3333
get_trt(in_meta={})

0 commit comments

Comments
 (0)