Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asadali145 committed Dec 26, 2023
1 parent 74c16e3 commit 8455f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/djangoapps/grades/tests/test_tasks.py
Expand Up @@ -252,7 +252,7 @@ def test_problem_block_with_restricted_access(self, mock_subsection_signal):

self._apply_recalculate_subsection_grade()
assert mock_subsection_signal.call_count == 1

UserPartition.scheme_extensions = None

@ddt.data(
(ModuleStoreEnum.Type.split, 2, 41),
Expand Down

0 comments on commit 8455f7b

Please sign in to comment.