Skip to content

Commit 53ab604

Browse files
fix: Clean up blank lines in test_audit_expiry_urgency.py
Removed unnecessary blank lines in test_audit_expiry_urgency.py.
1 parent 610f6e5 commit 53ab604

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lms/djangoapps/experiments/tests/test_audit_expiry_urgency.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,12 @@ def test_defaults_to_control_when_optimizely_unavailable(self):
6868

6969
def test_reuses_variant_across_allowlisted_courses(self):
7070
user = None
71-
7271
enrollment_1 = CourseEnrollmentFactory.create(
7372
course=self.course_1,
7473
mode=CourseMode.AUDIT,
7574
is_active=True,
7675
)
77-
7876
user = enrollment_1.user
79-
8077
enrollment_2 = CourseEnrollmentFactory.create(
8178
user=user,
8279
course=self.course_2,

0 commit comments

Comments
 (0)