From a0cb1b83ef6428b7dc23ab677a2b3a17f3a4d920 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Sun, 22 Jan 2023 22:20:12 -0800 Subject: [PATCH] Fix tmuxp test --- tests/integration/test_projects_using_isort.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] )