Browse Source

Remove unused question in test

pull/160/head
ariannedee 5 years ago
parent
commit
4d3aa20610
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      edivorce/apps/core/tests.py

+ 0
- 4
edivorce/apps/core/tests.py View File

@ -231,10 +231,6 @@ class UserResponseTestCase(TestCase):
self.create_response('other_property_claims', 'Want these property claims')
self.assertEqual(self.check_completeness(step), True)
# Put empty response
UserResponse.objects.filter(question_id='want_other_property_claims').update(value="")
self.assertEqual(self.check_completeness(step), True)
def test_other_orders(self):
step = 'other_orders'


Loading…
Cancel
Save