Skip to content

Commit a00c503

Browse files
committed
Fixed Unit Test
1 parent 7afdbeb commit a00c503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/progress/test_workflows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,4 @@ def test_migration_progress_record_workflow_run(run_workflow, mock_backend) -> N
174174
def test_migration_progress_has_schedule() -> None:
175175
workflow = MigrationProgress()
176176
schedule = workflow.schedule
177-
assert schedule is not None and schedule.pause_status == PauseStatus.UNPAUSED
177+
assert schedule is not None and schedule.pause_status == PauseStatus.PAUSED

0 commit comments

Comments
 (0)