tenseleyflow/sway / a8b3054

Browse files

tests/zscore_threading: reformat

Authored by espadonne
SHA
a8b3054ea6437974799b5a943e1adb953ca2c260
Parents
d598189
Tree
20bcaef

1 changed file

StatusFile+-
M tests/unit/test_zscore_threading.py 1 2
tests/unit/test_zscore_threading.pymodified
@@ -55,8 +55,7 @@ class TestNoCalibrationAnnotation:
5555
         # the fixed-threshold path and must surface the annotation.
5656
         if result.verdict in (Verdict.PASS, Verdict.FAIL) and result.raw is not None:
5757
             assert "no calibration" in result.message.lower(), (
58
-                f"{kind} did not surface the no-calibration annotation; "
59
-                f"message={result.message!r}"
58
+                f"{kind} did not surface the no-calibration annotation; message={result.message!r}"
6059
             )
6160
             assert result.z_score is None
6261