mirror of
https://github.com/ddworken/hishtory.git
synced 2025-03-15 15:58:22 +01:00
Update tests after #139
This commit is contained in:
parent
a26fc5b360
commit
49daaa4da5
@ -2512,8 +2512,6 @@ echo foo`)
|
||||
require.Contains(t, out, "\n")
|
||||
out = strings.Split(out, "\n")[1]
|
||||
testutils.CompareGoldens(t, out, "testRemoveDuplicateRows-enabled-tquery-select")
|
||||
|
||||
// TODO: Add a test for #139
|
||||
}
|
||||
|
||||
func TestSetConfigNoCorruption(t *testing.T) {
|
||||
|
@ -3,4 +3,3 @@ Exit Code Command
|
||||
0 hishtory config-set displayed-columns 'Exit Code' Command
|
||||
0 echo foo
|
||||
0 echo baz
|
||||
0 echo foo
|
||||
|
@ -7,7 +7,7 @@ Search Query: > -pipefail
|
||||
│ 0 hishtory config-set displayed-columns 'Exit Code' Command │
|
||||
│ 0 echo foo │
|
||||
│ 0 echo baz │
|
||||
│ 0 echo foo │
|
||||
│ │
|
||||
│ │
|
||||
│ │
|
||||
│ │
|
||||
|
Loading…
Reference in New Issue
Block a user