diff --git a/tests/apps/enrich_company_financials_test.py b/tests/apps/enrich_company_financials_test.py new file mode 100644 index 0000000..bfe0bd7 --- /dev/null +++ b/tests/apps/enrich_company_financials_test.py @@ -0,0 +1,7 @@ +"""Tests for the enrich_company_financials module.""" +from aki_prj23_transparenzregister.apps import enrich_company_financials + + +def test_import_enrich_company_financials() -> None: + """Testing if the enrich_company_financials can be imported.""" + assert enrich_company_financials