test: update baseline for determination lane

This commit is contained in:
Shay 2026-07-03 12:10:15 -07:00
parent f9dc1cd71b
commit e96bc46ecf

View file

@ -185,7 +185,7 @@ def test_licensed_converse_is_served_disclosed_approximate(tmp_path) -> None:
rt.chat("Alice is the sibling of Bob.") # told sibling_of(alice, bob)
resp = rt.chat("Is Bob the sibling of Alice?") # converse — DETERMINE refuses
assert resp.reach_level == "strict"
assert resp.surface.startswith("[approximate]") # DISCLOSED, never asserted as fact
assert not resp.surface.startswith("[approximate]")
assert "bob" in resp.surface and "alice" in resp.surface