Skip to content

Commit 971dea2

Browse files
fix: deployments path in test suite
1 parent 6805a1e commit 971dea2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • snakemake_interface_software_deployment_plugins

snakemake_interface_software_deployment_plugins/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,4 @@ def _deploy(self, env: EnvBase, tmp_path):
211211

212212
assert isinstance(env, DeployableEnvBase)
213213
asyncio.run(env.deploy())
214-
assert any((tmp_path / "deployments").iterdir())
214+
assert any((tmp_path / env.__class__.__name__ / "deployments").iterdir())

0 commit comments

Comments
 (0)