Skip to content

Commit

Permalink
Update test_dashboard.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marcua committed Feb 15, 2022
1 parent 01c0dd9 commit bc4ceaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchestra/tests/test_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_task_creation(self):
TaskAssignment.Status.SUBMITTED)

self.assertEqual(machine_task_assignment.in_progress_task_data,
{'simple': 'json'})
{'json': 'simple'})

self.assertEqual(machine_task_assignment.task.status,
Task.Status.COMPLETE)
Expand Down

0 comments on commit bc4ceaf

Please sign in to comment.