mirror of
https://github.com/immich-app/immich.git
synced 2026-01-14 14:06:41 -08:00
changes some cases
This commit is contained in:
@@ -138,7 +138,7 @@ def ann_session() -> Iterator[mock.Mock]:
|
||||
|
||||
@pytest.fixture(scope="function")
|
||||
def rknn_session() -> Iterator[mock.Mock]:
|
||||
with mock.patch("app.sessions.rknn.rknnPoolExecutor") as mocked:
|
||||
with mock.patch("app.sessions.rknn.RknnPoolExecutor") as mocked:
|
||||
yield mocked
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user