Browse Source

PEP8 fix.

pull/238/head
Jairo Llopis 9 years ago
committed by Yannick Vaucher
parent
commit
df754ec2a1
  1. 3
      partner_firstname/tests/base.py

3
partner_firstname/tests/base.py

@ -71,7 +71,8 @@ class BaseCase(TransactionCase, MailInstalled):
def test_copy(self):
"""Copy the partner and compare the result."""
self.expect(self.lastname, u"%s (copy)" % self.firstname)
self.changed = self.original.with_context(copy=True, lang="en_US").copy()
self.changed = (self.original.with_context(copy=True, lang="en_US")
.copy())
def test_one_name(self):
"""Test what happens when only one name is given."""

Loading…
Cancel
Save