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:
parent
c067d0e85b
commit
a13b905b0c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
tmp_path: Path, key: str, first_is_right: bool
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Finding 3: ``runde: 1`` then ``runde: 2`` was GREEN and the reverse RED — first-wins by
|
"""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."""
|
not an answer, whichever comes first."""
|
||||||
root = _green_rounds(tmp_path)
|
root = _green_rounds(tmp_path)
|
||||||
wrong = {"runde": "runde: 2", "kjøring": "kjøring: r9", "dato": "dato: 2020-01-01"}[key]
|
wrong = {"runde": "runde: 2", "kjøring": "kjøring: r9", "dato": "dato: 2020-01-01"}[key]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue