Skip to content

Commit 767ec69

Browse files
committed
testfix
1 parent 4316c38 commit 767ec69

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/translators_loggers/test_translators_loggers.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,6 @@ def test_translator(self, backend) -> None:
346346

347347
original_workflow : Workflow = benchmark.workflow
348348

349-
for task_name in original_workflow.tasks.keys():
350-
original_task = original_workflow.tasks[task_name]
351-
reconstructed_task = reconstructed_workflow.tasks["main.cwl#" + task_name]
352349
_compare_workflows(original_workflow, reconstructed_workflow)
353350

354351
# Shutdown the container (weirdly, container is already shutdown by now... not sure how)

0 commit comments

Comments
 (0)