Fix unit tests
This commit is contained in:
parent
b5736ef9ef
commit
9df76ab69a
|
|
@ -31,7 +31,7 @@ class ImportStudentsTestCase(TestCase):
|
||||||
print(row)
|
print(row)
|
||||||
create_or_update_student(self.course, dict(row))
|
create_or_update_student(self.course, dict(row))
|
||||||
|
|
||||||
self.assertEqual(CourseSessionUser.objects.count(), 26)
|
self.assertEqual(CourseSessionUser.objects.count(), 28)
|
||||||
|
|
||||||
|
|
||||||
class CreateOrUpdateStudentTestCase(TestCase):
|
class CreateOrUpdateStudentTestCase(TestCase):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue