Skip to content

Commit

Permalink
fix missing line ending
Browse files Browse the repository at this point in the history
  • Loading branch information
guzzijones authored Sep 13, 2024
1 parent 670dd65 commit 95d8d24
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_runtime_function_of_graph_size(self):
self.forward_task_statuses(conductor, task_name, [statuses.RUNNING, statuses.SUCCEEDED])

self.assertEqual(conductor.get_workflow_status(), statuses.SUCCEEDED)

def test_serialization_function_of_graph_size(self):
num_tasks = 100
conductor = self._prep_conductor(num_tasks, status=statuses.RUNNING)
Expand Down Expand Up @@ -101,7 +101,7 @@ def test_runtime_function_of_splits_count(self):

delta = t2 - t1
self.assertLess(delta.seconds, 2)

class WorkflowConductorWithItemsStressTest(test_base.WorkflowConductorWithItemsTest):
def test_runtime_function_of_items_list_size(self):
wf_def = """
Expand Down

0 comments on commit 95d8d24

Please sign in to comment.