Changeset - e7c34cb9e1d3
[Not reviewed]
0 1 0
Lance Edgar (lance) - 5 years ago 2020-03-13 16:26:11
lance@edbob.org
Tweak to fix a test
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rattail/tests/db/model/test_users.py
Show inline comments
 
@@ -23,6 +23,7 @@ class TestUserEmailAddress(DataTestCase):
 
        customer.add_email_address('customer@mailinator.com')
 
        customer.people.append(person)
 
        self.user.person = person
 
        self.session.add(customer)
 
        self.session.flush()
 
        self.assertEqual(self.user.get_email_address(), 'customer@mailinator.com')
 

	
0 comments (0 inline, 0 general)