Skip to content

Commit

Permalink
[FIX] tests
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-champonnois committed Jul 26, 2023
1 parent 3090bd4 commit 0ee7072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion company_today/tests/test_today.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class TestToday(TransactionCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
cls.company = cls.ref("base.main_company")
cls.company = cls.env.ref("base.main_company")

def test_today(self):
self.company.cron_update_today()
Expand Down

0 comments on commit 0ee7072

Please sign in to comment.