diff options
Diffstat (limited to 'fossee_manim/tests/test_views.py')
-rw-r--r-- | fossee_manim/tests/test_views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fossee_manim/tests/test_views.py b/fossee_manim/tests/test_views.py index 4d77bfe..525bd30 100644 --- a/fossee_manim/tests/test_views.py +++ b/fossee_manim/tests/test_views.py @@ -28,7 +28,7 @@ class TestProfile(TestCase): self.user2_profile = Profile.objects.create( user=self.user2, - department='Computer Engineering', + department='Computer Science', institute='ace', title='Doctor', position='instructor', |