Skip to content

Commit d453f53

Browse files
committed
Fix test sequence in docstring
1 parent 2b90951 commit d453f53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/assessment/test_sequencing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ def test_sequence_steps_from_job_task_with_new_cluster(
232232
"""Sequence a job with a task that has a new cluster definition.
233233
234234
Sequence:
235-
1. Cluster
236-
2. Task # The cluster is part of the task, not a separate step in the sequence
235+
1. Task # The cluster is part of the task, not a separate step in the sequence
236+
2. Job
237237
"""
238238
task = jobs.Task(task_key="test-task", new_cluster=ClusterSpec())
239239
settings = jobs.JobSettings(name="test-job", tasks=[task])

0 commit comments

Comments
 (0)