mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-22 21:41:01 +01:00
Remove question mark to debug the AI test
This commit is contained in:
parent
6962233e1e
commit
a184bd4243
@ -1946,7 +1946,7 @@ func testTui_ai(t *testing.T) {
|
||||
// Test running an AI query
|
||||
out := captureTerminalOutput(t, tester, []string{
|
||||
"hishtory SPACE tquery ENTER",
|
||||
"?myQuery",
|
||||
"myQuery",
|
||||
})
|
||||
out = strings.TrimSpace(strings.Split(out, "hishtory tquery")[1])
|
||||
testutils.CompareGoldens(t, out, "TestTui-AiQuery")
|
||||
|
Loading…
Reference in New Issue
Block a user