Python Requirements Update (#29516)
* chore: Updating Python Requirements * fix: fix pylint issues Co-authored-by: Mohammad Ahtasham ul Hassan <mohammad.ahtasham@arbisoft.com>
This commit is contained in:
committed by
GitHub
parent
5d5a11fc16
commit
bb20b17428
@@ -117,7 +117,7 @@ class TestCourseListing(ModuleStoreTestCase, MilestonesTestCaseMixin):
|
||||
CourseOverview.objects.filter(id=course_key).delete()
|
||||
|
||||
courses_list = list(get_course_enrollments(self.student, None, []))
|
||||
assert courses_list == []
|
||||
assert not courses_list
|
||||
|
||||
def test_course_listing_errored_deleted_courses(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user