Fix unit tests

This commit is contained in:
Daniel Egger 2023-06-02 16:17:58 +02:00
parent b5736ef9ef
commit 9df76ab69a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class ImportStudentsTestCase(TestCase):
print(row)
create_or_update_student(self.course, dict(row))
self.assertEqual(CourseSessionUser.objects.count(), 26)
self.assertEqual(CourseSessionUser.objects.count(), 28)
class CreateOrUpdateStudentTestCase(TestCase):