aboutsummaryrefslogtreecommitdiff
path: root/tests/test_devices_ethosu_performance.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_devices_ethosu_performance.py')
-rw-r--r--tests/test_devices_ethosu_performance.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_devices_ethosu_performance.py b/tests/test_devices_ethosu_performance.py
index b3e5298..3ff73d8 100644
--- a/tests/test_devices_ethosu_performance.py
+++ b/tests/test_devices_ethosu_performance.py
@@ -23,6 +23,6 @@ def test_memory_usage_conversion() -> None:
def mock_performance_estimation(monkeypatch: pytest.MonkeyPatch) -> None:
"""Mock performance estimation."""
monkeypatch.setattr(
- "mlia.backend.manager.estimate_performance",
+ "mlia.backend.corstone.performance.estimate_performance",
MagicMock(return_value=MagicMock()),
)