Remove new line

This commit is contained in:
David Dworken 2023-09-26 20:16:22 -07:00
parent b859b34616
commit 1a84bc2fef
No known key found for this signature in database

View File

@ -1775,7 +1775,6 @@ func testTui_search(t testing.TB) {
})
out = strings.TrimSpace(strings.Split(out, "hishtory tquery")[1])
testutils.CompareGoldens(t, out, "TestTui-InvalidSearchBecomesValid")
}
func testTui_general(t testing.TB) {