diff --git a/lms/djangoapps/grades/tests/test_new.py b/lms/djangoapps/grades/tests/test_new.py index 3f32f87605..2804dc132a 100644 --- a/lms/djangoapps/grades/tests/test_new.py +++ b/lms/djangoapps/grades/tests/test_new.py @@ -352,7 +352,7 @@ class TestMultipleProblemTypesSubsectionScores(SharedModuleStoreTestCase): """ SCORED_BLOCK_COUNT = 7 - ACTUAL_TOTAL_POSSIBLE = 16.0 + ACTUAL_TOTAL_POSSIBLE = 17.0 @classmethod def setUpClass(cls): diff --git a/requirements/edx/github.txt b/requirements/edx/github.txt index 56f75db819..b39cc3b27b 100644 --- a/requirements/edx/github.txt +++ b/requirements/edx/github.txt @@ -96,4 +96,4 @@ git+https://github.com/edx/edx-proctoring.git@0.16.2#egg=edx-proctoring==0.16.2 # Third Party XBlocks -e git+https://github.com/mitodl/edx-sga@172a90fd2738f8142c10478356b2d9ed3e55334a#egg=edx-sga -e git+https://github.com/open-craft/xblock-poll@v1.2.1#egg=xblock-poll==1.2.1 -git+https://github.com/edx-solutions/xblock-drag-and-drop-v2@v2.0.11#egg=xblock-drag-and-drop-v2==2.0.11 +git+https://github.com/edx-solutions/xblock-drag-and-drop-v2@v2.0.12#egg=xblock-drag-and-drop-v2==2.0.12