Skip to content

Commit

Permalink
Merge pull request openedx#24326 from edx/BOM-1811
Browse files Browse the repository at this point in the history
Fixing assert_has_calls() failure due to order difference
  • Loading branch information
awais786 committed Jun 25, 2020
2 parents c029366 + bbe9d19 commit b99210f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/djangoapps/contentstore/tests/test_course_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ def test_update_grader_from_json(self, send_signal, tracker, uuid):
'event_transaction_type': 'edx.grades.grading_policy_changed',
}
) for policy_hash in {grading_policy_1, grading_policy_2, grading_policy_3}
])
], any_order=True)

@mock.patch('track.event_transaction_utils.uuid4')
@mock.patch('models.settings.course_grading.tracker')
Expand Down

0 comments on commit b99210f

Please sign in to comment.