mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Fix typo in test_cli.py
begining -> beginning
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user