Skip to content

Commit

Permalink
[FIX] partner_contact_lang: Test script is not cover case
Browse files Browse the repository at this point in the history
  • Loading branch information
newtratip committed Oct 16, 2020
1 parent 3286f61 commit dffa964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions partner_contact_lang/tests/test_partner_contact_lang.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def test_write_parent_lang(self):
"""First empty the field for filling it again afterwards to see if
the contact gets the same value.
"""
self.contact.lang = False
self.partner.lang = False
self.partner.lang = "en_US"
self.assertEqual(self.contact.lang, "en_US")

0 comments on commit dffa964

Please sign in to comment.