From df1bca4647a456291851c596c39dc96a438913de Mon Sep 17 00:00:00 2001 From: Akshen Date: Tue, 14 May 2019 11:52:21 +0530 Subject: Proposal Updates - Testcases changed - send_proposal function changed - models changed --- fossee_manim/tests/test_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fossee_manim/tests/test_views.py') 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', -- cgit