summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2022-05-16 00:11:31 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2022-05-16 00:11:31 -0700
commit4928c19cecfba4328fd6c35c45a6359f2e156e67 (patch)
tree3d41d33e81be73dac7d9dc84234e37f00d4b2bdd
parent4d38107890f275085b7f62d8e9bf535f2c1aff7a (diff)
downloadisort-4928c19cecfba4328fd6c35c45a6359f2e156e67.tar.gz
Fix name of skipped file
-rw-r--r--tests/integration/test_projects_using_isort.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/test_projects_using_isort.py b/tests/integration/test_projects_using_isort.py
index 4c684952..9be33672 100644
--- a/tests/integration/test_projects_using_isort.py
+++ b/tests/integration/test_projects_using_isort.py
@@ -167,4 +167,4 @@ def test_dobby(tmpdir):
def test_zope(tmpdir):
git_clone("https://github.com/zopefoundation/Zope.git", tmpdir)
- run_isort([str(tmpdir), "--skip", "utils.py"])
+ run_isort([str(tmpdir), "--skip", "util.py"])