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)