Skip to content

Commit

Permalink
fixup! test: Update query counts.
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil committed Aug 8, 2024
1 parent 5bea78c commit 18d943f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/djangoapps/instructor_task/tests/test_tasks_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def test_query_counts(self):

with patch('lms.djangoapps.instructor_task.tasks_helper.runner._get_current_task'):
with check_mongo_calls(2):
with self.assertNumQueries(53):
with self.assertNumQueries(62):
CourseGradeReport.generate(None, None, course.id, {}, 'graded')

def test_inactive_enrollments(self):
Expand Down

0 comments on commit 18d943f

Please sign in to comment.