We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923ab4a commit d66c86eCopy full SHA for d66c86e
sdcflows/utils/tests/test_epimanip.py
@@ -29,5 +29,5 @@ def test_get_trt_err_wo_trt_and_in_file():
29
"""Test that calling get_trt with dict that does not have TotalReadoutTime \
30
and no in_file raises AssertionError.
31
"""
32
- with pytest.raises(AssertionError):
+ with pytest.raises(ValueError):
33
get_trt(in_meta={})
0 commit comments