Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
lasley committed Oct 28, 2016
1 parent c442ac2 commit e2641be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector_carepoint/tests/models/test_phone_abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def test_get_by_partner_create(self):
for phone in res:
self.assertEqual(patient.partner_id, phone.partner_id)

def test_get_by_partner_create(self):
def test_get_by_partner_create_fields(self):
""" It should create new phones with proper field names """
patient = self.new_patient()
res = self.model._get_by_partner(patient.partner_id, True, False)
Expand Down

0 comments on commit e2641be

Please sign in to comment.