Skip to content

Commit 7e6cbb6

Browse files
committed
test: update test case to reflect excepted new output from explain
1 parent 47fd24a commit 7e6cbb6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/fish_ai/tests/explain_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
@patch('fish_ai.engine.get_response', lambda messages: 'print hello')
1010
def test_successful_explain(capsys):
1111
explain()
12-
assert capsys.readouterr().out == '# print hello'
12+
assert capsys.readouterr().out == '# print hello \
13+
Example command: echo hello'
1314
assert capsys.readouterr().err == ''
1415

1516

0 commit comments

Comments
 (0)