diff --git a/lms/djangoapps/courseware/tests/tests.py b/lms/djangoapps/courseware/tests/tests.py index 678eb1ccf0..8239eadfd9 100644 --- a/lms/djangoapps/courseware/tests/tests.py +++ b/lms/djangoapps/courseware/tests/tests.py @@ -698,7 +698,7 @@ class TestCourseGrader(PageLoader): def check_grade_percent(self, percent): grade_summary = self.get_grade_summary() - self.assertEqual(grade_summary['percent'], percent) + self.assertEqual(percent, grade_summary['percent']) def submit_question_answer(self, problem_url_name, responses): """