Skip to content

Commit

Permalink
fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
leahh committed Sep 11, 2024
1 parent 396f0a5 commit 60082c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beeflow/tests/test_wf_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def test_restart_task(self):

task_state = "WAITING"

self.wfi.add_task(taski, task_state)
self.wfi.add_task(task, task_state)

# Restart the task, should create a new Task
new_task = self.wfi.restart_task(task, test_checkpoint_file)
Expand Down

0 comments on commit 60082c7

Please sign in to comment.