diff --git a/client/client_test.go b/client/client_test.go index ad47e1a..79c0f8f 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -1825,7 +1825,7 @@ func TestTui(t *testing.T) { // Check the output when there is a selected result out = captureTerminalOutput(t, tester, []string{ "hishtory SPACE tquery ENTER", - "ls ENTER", + "ls", "ENTER", }) out = strings.Split(strings.TrimSpace(strings.Split(out, "hishtory tquery")[1]), "\n")[0] expected := `ls ~/`