Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwoer committed Dec 20, 2024
1 parent bdd6ce8 commit c66eec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def create_workflow_instance():

config = Config()
config.from_yaml(config_base_path)
config["output_directory"] = tempfile.mkdtemp()
config.update([Config({"output_directory": tempfile.mkdtemp()})])
workflow = peptidecentric.PeptideCentricWorkflow(
"test",
config,
Expand Down

0 comments on commit c66eec4

Please sign in to comment.