diff options
| author | Timothy Crosley <timothy.crosley@gmail.com> | 2022-05-16 00:11:31 -0700 |
|---|---|---|
| committer | Timothy Crosley <timothy.crosley@gmail.com> | 2022-05-16 00:11:31 -0700 |
| commit | 4928c19cecfba4328fd6c35c45a6359f2e156e67 (patch) | |
| tree | 3d41d33e81be73dac7d9dc84234e37f00d4b2bdd /tests/integration | |
| parent | 4d38107890f275085b7f62d8e9bf535f2c1aff7a (diff) | |
| download | isort-4928c19cecfba4328fd6c35c45a6359f2e156e67.tar.gz | |
Fix name of skipped file
Diffstat (limited to 'tests/integration')
| -rw-r--r-- | tests/integration/test_projects_using_isort.py | 2 |
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"]) |
