Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
LoisRForgeFlow committed Sep 5, 2017
1 parent ea5bde5 commit f6d43b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mail_auto_follower_notify/tests/test_auto_follower_notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ def setUp(self):
'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)
Expand Down

0 comments on commit f6d43b0

Please sign in to comment.