diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_arcs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_arcs.py b/tests/test_arcs.py index a21074bf..ffdc469d 100644 --- a/tests/test_arcs.py +++ b/tests/test_arcs.py @@ -1265,7 +1265,7 @@ class MatchCaseTest(CoverageTest): match = "default" print(match) """, - arcz=".1 12 23 34 49 35 56 69 58 89 91 1.", + arcz=".1 12 23 34 49 35 56 69 57 78 89 91 1.", ) assert self.stdout() == "default\nno go\ngo: n\n" |