diff --git a/tests/test_inspector.py b/tests/test_inspector.py index 02947a48..5b18995d 100644 --- a/tests/test_inspector.py +++ b/tests/test_inspector.py @@ -381,11 +381,6 @@ class TestReportingReusesTheConnection: from haiku.rag.inspector.widgets.info_modal import database_lines from haiku.rag.store.engine import ConnectionMode - def explode(*args, **kwargs): - raise AssertionError("opened a second connection to report statistics") - - monkeypatch.setattr("haiku.rag.store.engine.connect_lancedb", explode) - asked: list[object] = [] async def fake_stats(db):