changes some cases

This commit is contained in:
yoni13
2025-01-17 19:25:01 +08:00
parent 9882b83cd4
commit f32d991131
4 changed files with 13 additions and 13 deletions

View File

@@ -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