File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs_src/commands/one_or_multiple
tests/test_tutorial/test_commands/test_one_or_multiple Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def callback():
13
13
"""
14
14
Creates a single user Hiro Hamada.
15
15
16
- In the next version it will create 5 users more.
16
+ In the next version it will create 5 more users .
17
17
"""
18
18
19
19
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def test_help():
14
14
result = runner .invoke (app , ["--help" ])
15
15
assert result .exit_code == 0
16
16
assert "Creates a single user Hiro Hamada." in result .output
17
- assert "In the next version it will create 5 users more." in result .output
17
+ assert "In the next version it will create 5 more users ." in result .output
18
18
assert "Commands" in result .output
19
19
assert "create" in result .output
20
20
You can’t perform that action at this time.
0 commit comments