Skip to content

Commit dad7dfb

Browse files
jet-logicjet-logic
authored andcommitted
winci69
1 parent ffbfe4c commit dad7dfb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_cli.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ def test_cli(self):
172172
self.assertRegexInListOnce(r"(?xi) (?:\W+|\A) stop\w+ \W+ .+ \W+ apple \W+", a)
173173

174174
self.assertRegex(
175-
self.run_runce("clean", "apple"), r"(?xim)^ \W+ Cleaning \W+ .+ \W+ apple"
175+
self.run_runce("clean", "apple"),
176+
r"(?xim)^ (?:\W+|\A) Cleaning \W+ .+ \W+ apple",
176177
)
177178
a = self.run_runce("list").strip().splitlines()
178179
self.assertRegexInListOnce(r"(?xi) \W+ \d+ \W+ pineapple \W+", a)

0 commit comments

Comments
 (0)