Skip to content

Commit

Permalink
[LINT]subscription_oca
Browse files Browse the repository at this point in the history
  • Loading branch information
flotho committed Jul 6, 2024
1 parent bba9c23 commit 153adad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions subscription_oca/tests/test_subscription_oca.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,7 @@ def setUpClass(cls):
)

cls.stage = cls.env["sale.subscription.stage"].create(
{
"name": "Test Sub Stage",
"type": "in_progress"
}
{"name": "Test Sub Stage", "type": "in_progress"}
)
cls.stage_2 = cls.env["sale.subscription.stage"].create(
{
Expand Down

0 comments on commit 153adad

Please sign in to comment.