Skip to content

Commit

Permalink
style: [AXM-24] Improve code style
Browse files Browse the repository at this point in the history
  • Loading branch information
KyryloKireiev committed Mar 18, 2024
1 parent efce012 commit a0f720f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions lms/djangoapps/mobile_api/users/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,19 +556,19 @@ def test_student_enrolled_only_not_mobile_available_courses(self):
for course in courses:
self.enroll(course.id)
expected_result = {
"configs": {
"iap_configs": {}
},
"enrollments": {
"next": None,
"previous": None,
"count": 0,
"num_pages": 1,
"current_page": 1,
"start": 0,
"results": []
}
"configs": {
"iap_configs": {}
},
"enrollments": {
"next": None,
"previous": None,
"count": 0,
"num_pages": 1,
"current_page": 1,
"start": 0,
"results": []
}
}

response = self.api_response(api_version=API_V4)

Expand Down

0 comments on commit a0f720f

Please sign in to comment.