mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-13 16:57:23 +02:00
Remove question mark to debug the AI test
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user