re-org parser tests

This commit is contained in:
Michael Genson
2026-02-22 17:33:35 +00:00
parent ee482afbd2
commit 1a32bcc1fd
2 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ import pytest
from fastapi.testclient import TestClient from fastapi.testclient import TestClient
from mealie.schema.recipe.recipe_ingredient import RegisteredParser from mealie.schema.recipe.recipe_ingredient import RegisteredParser
from tests.unit_tests.test_ingredient_parser import TestIngredient from tests.unit_tests.ingredient_parser.test_ingredient_parser import TestIngredient
from tests.utils import api_routes from tests.utils import api_routes
from tests.utils.fixture_schemas import TestUser from tests.utils.fixture_schemas import TestUser