Skip to content

Commit

Permalink
[FIX] Wrong name for field in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
NL66278 committed Oct 27, 2017
1 parent bb6607d commit b6458eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partner_multi_relation/tests/test_partner_relation_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def test_write(self):
relation_company2person.this_partner_id.id,
partner_extra_person.id)
self.assertEqual(
relation_company2person.selection_type_id.id,
relation_company2person.type_selection_id.id,
selection_worker2company.id)
self.assertEqual(
relation_company2person.other_partner_id.id,
Expand Down

0 comments on commit b6458eb

Please sign in to comment.