diff --git a/mail_auto_follower_notify/tests/test_auto_follower_notify.py b/mail_auto_follower_notify/tests/test_auto_follower_notify.py index 5143b631..ad5f9068 100644 --- a/mail_auto_follower_notify/tests/test_auto_follower_notify.py +++ b/mail_auto_follower_notify/tests/test_auto_follower_notify.py @@ -13,11 +13,11 @@ class TestAutoFollowerNotify(TransactionCase): 'name': 'Test Record', }) self.user = self.env['res.users'].create({ - 'name': 'Test user', - 'login': 'test_login', - 'password': 'demo', - 'email': 'test@yourcompany.com', - }) + 'name': 'Test user', + 'login': 'test_login', + 'password': 'demo', + 'email': 'test@yourcompany.com', + }) @at_install(False) @post_install(True)