From 0c5510d2dfa2f68738ad0abc8cd0ff56fde68fbe Mon Sep 17 00:00:00 2001 From: Maria Grimaldi Date: Fri, 5 Jul 2024 05:22:28 -0400 Subject: [PATCH] temp: print partitions --- xmodule/partitions/tests/test_partitions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/xmodule/partitions/tests/test_partitions.py b/xmodule/partitions/tests/test_partitions.py index bc8c74cd3485..7b06a1448ceb 100644 --- a/xmodule/partitions/tests/test_partitions.py +++ b/xmodule/partitions/tests/test_partitions.py @@ -564,6 +564,7 @@ def test_enrollment_track_partition_not_added_if_conflict(self): self.non_random_scheme, self.TEST_PARAMETERS, ) + print(self.user_partition) self.course.user_partitions = [self.user_partition] all_partitions = get_all_partitions_for_course(self.course) assert 1 == len(all_partitions)