test(v1-gate): reword a docstring so the net diff carries no mutant talk

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Kjell Tore Guttormsen 2026-09-18 18:32:18 +02:00
commit a13b905b0c
Signed by: ktg
SSH key fingerprint: SHA256:JakMjO6FTBBzN0Bhfj9saOoEjaFxlSdYuZQQpM/lF9Q

View file

@ -965,7 +965,7 @@ def test_m8_a_key_written_twice_is_red_in_either_order(
tmp_path: Path, key: str, first_is_right: bool
) -> None:
"""Finding 3: ``runde: 1`` then ``runde: 2`` was GREEN and the reverse RED — first-wins by
accident, and a last-wins mutant survived the whole suite. Two answers to one question are
accident, and a last-wins reading survived the whole suite. Two answers to one question are
not an answer, whichever comes first."""
root = _green_rounds(tmp_path)
wrong = {"runde": "runde: 2", "kjøring": "kjøring: r9", "dato": "dato: 2020-01-01"}[key]