Skip to content

Commit 6da5f42

Browse files
author
Nitish [C] Dhok
committed
changed the failing assertion
1 parent 393e6bd commit 6da5f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2etests/tests/todos/test_todos_command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ fn test_todos_view_command() -> Result<(), Box<dyn std::error::Error>> {
9696
println!("📝 END OUTPUT");
9797

9898
// Verify help content
99-
assert!(response.contains("TODO list"), "Expecting 'TODO list' in reponse.");
99+
assert!(response.contains("todo"), "Expecting 'todo' in reponse.");
100100
assert!(response.contains("ID"), "Expecting 'ID' in response.");
101101

102102
let view_response = chat.execute_command_with_timeout("/todos view",Some(2000))?;

0 commit comments

Comments
 (0)