Skip to content

Commit

Permalink
Correct a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pagrubel committed Feb 5, 2024
1 parent 12405f3 commit f6685e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beeflow/tests/test_wf_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def test_cancel_workflow(client, mocker, setup_teardown_workflow, temp_db):


def test_remove_workflow(client, mocker, setup_teardown_workflow, temp_db):
"""Test cancelling a workflow."""
"""Test removing a workflow."""
mocker.patch('beeflow.wf_manager.resources.wf_utils.get_workflow_interface',
return_value=MockWFI())
mocker.patch('beeflow.wf_manager.resources.wf_utils.get_db_path', temp_db.db_file)
Expand Down

0 comments on commit f6685e0

Please sign in to comment.