Skip to content

Commit

Permalink
Use _run_jobs instead of _run_workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Nov 3, 2022
1 parent e6aeb21 commit a01c8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy_test/api/test_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,7 @@ def test_comma_separated_columns_with_trailing_newline(self):
# In this case the newline may have been added by the workflow editor
# text field that is used for data_column parameters
with self.dataset_populator.test_history() as history_id:
job_summary = self._run_workflow(
job_summary = self._run_jobs(
"""class: GalaxyWorkflow
steps:
empty_output:
Expand Down

0 comments on commit a01c8c5

Please sign in to comment.