From f6d43b0b7c9230aaf3c946e2568166598131615d Mon Sep 17 00:00:00 2001 From: lreficent Date: Tue, 5 Sep 2017 13:13:15 +0200 Subject: [PATCH] travis --- .../tests/test_auto_follower_notify.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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)