From dd1fdce0563c2f09415e1f202b2b9d3abf595ded Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 17 Aug 2021 22:20:18 +0900 Subject: [PATCH] Fix typo in test_cli.py begining -> beginning --- tests/integration/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_cli.py b/tests/integration/test_cli.py index d3b3ed12..ea3b75ff 100644 --- a/tests/integration/test_cli.py +++ b/tests/integration/test_cli.py @@ -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: