fix(test): example validation

Signed-off-by: Mike Nguyen <hey@mike.ee>
This commit is contained in:
Mike Nguyen 2024-11-07 14:34:40 +00:00
parent fbb81bf518
commit 80a3a90f82
No known key found for this signature in database
GPG Key ID: ACED13988580D50E
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ cargo build --examples
name: Run Conversation
output_match_mode: substring
expected_stdout_lines:
- 'conversation input: hello world'
- 'conversation output: hello world'
- 'conversation input: "hello world"'
- 'conversation output: "hello world"'
background: true
sleep: 15