Skip to content

Commit

Permalink
[FIX] Fixed travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nikul-serpentcs committed Oct 1, 2020
1 parent d797a40 commit 87b8761
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ def setUp(self):
# Account
payable_acc_type = self.env.ref("account.data_account_type_payable").id
self.account = self.AccountAccount.search(
[('user_type_id', '=', payable_acc_type)], limit=1)
[("user_type_id", "=", payable_acc_type)], limit=1
)
# Create users
self.user1_id = self._create_user(
"user_1",
Expand Down

0 comments on commit 87b8761

Please sign in to comment.