Skip to content

Commit

Permalink
Merge pull request pypa#4766 from eltociear/patch-2
Browse files Browse the repository at this point in the history
Fix typo in test_cli.py
  • Loading branch information
frostming authored Aug 18, 2021
2 parents 0e7c1fa + dd1fdce commit 7de8fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def test_pipenv_graph_reverse(PipenvInstance):
# openpyxl should be indented
if dep_name == 'openpyxl':
openpyxl_dep = re.search(r'^openpyxl', output, flags=re.MULTILINE)
assert openpyxl_dep is None, f'openpyxl should not appear at begining of lines in {output}'
assert openpyxl_dep is None, f'openpyxl should not appear at beginning of lines in {output}'

assert ' - openpyxl==2.5.4 [requires: et-xmlfile]' in output
else:
Expand Down

0 comments on commit 7de8fe0

Please # to comment.