Skip to content

Commit 6780541

Browse files
authored
Update test_replay.py
1 parent 865e629 commit 6780541

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

synapdrive_ai/tests/test_replay.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ def test_record_and_replay_roundtrip(tmp_path):
2828
assert r["mode"] == "text"
2929
assert "intent_packet" in r
3030
assert "output_summary" in r
31+
assert r["output_summary"]["assurance_passed"] is True
32+
assert isinstance(r["output_summary"]["assurance_receipt_id"], str)
3133

3234
# Replay using the stored input intent_packet
3335
pipe2 = SynapDrivePipeline(simulate_delay=False)

0 commit comments

Comments
 (0)