Skip to content

Commit a5ff616

Browse files
fix(scripts): update AI test-fidelity mapping after module move (review)
1 parent ad864d1 commit a5ff616

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/verify_test_fidelity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"packages/chat/src/markdown.test.ts": "tests/test_markdown_faithful.py",
4646
"packages/chat/src/streaming-markdown.test.ts": "tests/test_streaming_markdown.py",
4747
"packages/chat/src/serialization.test.ts": "tests/test_serialization.py",
48-
"packages/chat/src/ai.test.ts": "tests/test_ai.py",
48+
"packages/chat/src/ai/messages.test.ts": "tests/test_ai_messages.py",
4949
"packages/chat/src/from-full-stream.test.ts": "tests/test_from_full_stream.py",
5050
}
5151

0 commit comments

Comments
 (0)