1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-25 16:19:43 +02:00
mealie/tests/multitenant_tests/test_recipe_data_storage.py

10 lines
237 B
Python
Raw Normal View History

from mealie.repos.repository_factory import AllRepositories
from tests.fixtures.fixture_multitenant import MultiTenant
def test_multitenant_recipe_data_storage(
multitenants: MultiTenant,
database: AllRepositories,
):
pass