tests/zscore_threading: reformat
- SHA
a8b3054ea6437974799b5a943e1adb953ca2c260- Parents
-
d598189 - Tree
20bcaef
a8b3054
a8b3054ea6437974799b5a943e1adb953ca2c260d598189
20bcaef| Status | File | + | - |
|---|---|---|---|
| M |
tests/unit/test_zscore_threading.py
|
1 | 2 |
tests/unit/test_zscore_threading.pymodified@@ -55,8 +55,7 @@ class TestNoCalibrationAnnotation: | ||
| 55 | 55 | # the fixed-threshold path and must surface the annotation. |
| 56 | 56 | if result.verdict in (Verdict.PASS, Verdict.FAIL) and result.raw is not None: |
| 57 | 57 | 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}" | |
| 60 | 59 | ) |
| 61 | 60 | assert result.z_score is None |
| 62 | 61 | |