Skip to content

Commit

Permalink
tests: fix test version
Browse files Browse the repository at this point in the history
  • Loading branch information
lyz-code committed Nov 25, 2020
1 parent 39d3e4a commit aa09d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/test_cli.py
Expand Up @@ -22,7 +22,7 @@ def test_version(runner: CliRunner) -> None:

assert result.exit_code == 0
assert re.match(
fr" *repository-pattern version: {__version__}\n"
fr" *autoimport version: {__version__}\n"
r" *python version: .*\n *platform: .*",
result.stdout,
)
Expand Down

0 comments on commit aa09d17

Please sign in to comment.