test: update baseline for determination lane
This commit is contained in:
parent
f9dc1cd71b
commit
e96bc46ecf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue