From 05bfb724a879a947a3184b1ab52bf0f79ee78185 Mon Sep 17 00:00:00 2001 From: Broque Thomas <26755000+Nezreka@users.noreply.github.com> Date: Mon, 4 May 2026 09:11:01 -0700 Subject: [PATCH] Update mbid consistency test mock to match new create_finding bool contract --- tests/test_album_mbid_consistency.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_album_mbid_consistency.py b/tests/test_album_mbid_consistency.py index 176d9342..396c1c90 100644 --- a/tests/test_album_mbid_consistency.py +++ b/tests/test_album_mbid_consistency.py @@ -233,6 +233,8 @@ def _build_context(rows: list, tmp_path: Path) -> SimpleNamespace: def _create_finding(**kwargs): findings_created.append(kwargs) + # Mirror real `_create_finding` contract: True on insert. + return True ctx = SimpleNamespace( db=_FakeDB(),