diff options
Diffstat (limited to 'packages/meshbay-node/tests/test_tmdb_search_ladder.py')
| -rw-r--r-- | packages/meshbay-node/tests/test_tmdb_search_ladder.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/meshbay-node/tests/test_tmdb_search_ladder.py b/packages/meshbay-node/tests/test_tmdb_search_ladder.py index 9865c77..dc83733 100644 --- a/packages/meshbay-node/tests/test_tmdb_search_ladder.py +++ b/packages/meshbay-node/tests/test_tmdb_search_ladder.py @@ -208,7 +208,7 @@ async def test_strong_direct_match_costs_a_single_request(): assert client.calls == [("A Quiet Film", 2010)] -# ── §10.1/V11: a decent primary hit with nothing more specific to try ────── +# ── V11: a decent primary hit with nothing more specific to try ──────────── async def test_decent_primary_with_no_stronger_candidate_costs_one_call(): result, _, client = await _run( @@ -222,7 +222,7 @@ async def test_decent_primary_with_no_stronger_candidate_costs_one_call(): "is not worth a second request once the primary hit is decent") -# ── §10.1/V8: the show branch uses the same scored ladder ───────────────── +# ── V8: the show branch uses the same scored ladder ─────────────────────── async def test_show_scored_ladder_beats_a_weak_primary_hit(): result, _, _ = await _run_show( |