Skip to content

Commit

Permalink
Code quality rule fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-willdooit committed Mar 19, 2021
1 parent 620846b commit 0d1a414
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,10 @@ def test_06_ir_action(self):
)

details = self.env.ref(
"%s.%s" % ("partner_contact_in_several_companies", "action_partner_form")
"%s.%s" % (
"partner_contact_in_several_companies",
"action_partner_form"
)
).read()[0]

self.assertNotIn(
Expand Down

0 comments on commit 0d1a414

Please sign in to comment.