Skip to content

Commit

Permalink
[FIX] test (use belgian demo company)
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-champonnois authored and robinkeunen committed Jan 11, 2024
1 parent f2b0813 commit 9388072
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def test_be_vat_declaration_wizard(self):
"report_id": mr_template.id,
"date_from": date(today.year, 1, 1),
"date_to": date(today.year + 1, 4, 1),
"company_id": self.browse_ref("l10n_be.demo_company_be").id,
}
)
self.assertTrue(mr_instance._is_be_vat_declaration)
Expand Down

0 comments on commit 9388072

Please sign in to comment.