summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2023-01-22 22:20:12 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2023-01-22 22:20:12 -0800
commita0cb1b83ef6428b7dc23ab677a2b3a17f3a4d920 (patch)
tree055fb19541e26deb3e42e44e2ec2075434974680
parent07a516cbdc8b7e164d039ce8d610de2cb19541cd (diff)
downloadisort-a0cb1b83ef6428b7dc23ab677a2b3a17f3a4d920.tar.gz
Fix tmuxp test
-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 87ee6b40..97c67d23 100644
--- a/tests/integration/test_projects_using_isort.py
+++ b/tests/integration/test_projects_using_isort.py
@@ -66,7 +66,7 @@ def test_tmuxp(tmpdir):
"--skip",
"workspacebuilder.py",
"--skip",
- "src/tmuxp/workspace/freezer.py",
+ "freezer.py"
]
)