summaryrefslogtreecommitdiff
path: root/fossee_manim/tests/test_views.py
diff options
context:
space:
mode:
authorAkshen2019-05-14 11:54:45 +0530
committerGitHub2019-05-14 11:54:45 +0530
commite81af85e2427f70ad1f2055d8d9f17f00690693f (patch)
treefd8fe45f02917aeeb6331bfeb8e1fce7b50721a7 /fossee_manim/tests/test_views.py
parentcf1fa8db2247fe7ad85cd87a52fb778274db8850 (diff)
parentdf1bca4647a456291851c596c39dc96a438913de (diff)
downloadFOSSEE_animations-e81af85e2427f70ad1f2055d8d9f17f00690693f.tar.gz
FOSSEE_animations-e81af85e2427f70ad1f2055d8d9f17f00690693f.tar.bz2
FOSSEE_animations-e81af85e2427f70ad1f2055d8d9f17f00690693f.zip
Merge pull request #10 from Akshen/develop
Minor Updates
Diffstat (limited to 'fossee_manim/tests/test_views.py')
-rw-r--r--fossee_manim/tests/test_views.py2
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',