diff options
author | Akshen | 2019-05-14 11:54:45 +0530 |
---|---|---|
committer | GitHub | 2019-05-14 11:54:45 +0530 |
commit | e81af85e2427f70ad1f2055d8d9f17f00690693f (patch) | |
tree | fd8fe45f02917aeeb6331bfeb8e1fce7b50721a7 /fossee_manim/tests/test_views.py | |
parent | cf1fa8db2247fe7ad85cd87a52fb778274db8850 (diff) | |
parent | df1bca4647a456291851c596c39dc96a438913de (diff) | |
download | FOSSEE_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.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', |