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 8dfce03 commit 5c8216cCopy full SHA for 5c8216c
tests/unit/test_nxcals_mqt_extraction.py
@@ -154,9 +154,7 @@ def test_main_with_timedelta(tmp_path, beam: int):
154
time_diff = abs((extraction_time - expected_time).total_seconds())
155
156
# Should be close to 1 day ago, allow 5 minute tolerance
157
- assert time_diff < 300, (
158
- f"Extraction time should be ~1 day ago, but diff is {time_diff} seconds"
159
- )
+ assert time_diff < 300, f"Extraction time should be ~1 day ago, but diff is {time_diff} seconds"
160
161
162
@pytest.mark.cern_network
0 commit comments