mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-20 20:07:52 +02: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")
|
require.Contains(t, out, "\n")
|
||||||
out = strings.Split(out, "\n")[1]
|
out = strings.Split(out, "\n")[1]
|
||||||
testutils.CompareGoldens(t, out, "testRemoveDuplicateRows-enabled-tquery-select")
|
testutils.CompareGoldens(t, out, "testRemoveDuplicateRows-enabled-tquery-select")
|
||||||
|
|
||||||
// TODO: Add a test for #139
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestSetConfigNoCorruption(t *testing.T) {
|
func TestSetConfigNoCorruption(t *testing.T) {
|
||||||
|
@ -3,4 +3,3 @@ Exit Code Command
|
|||||||
0 hishtory config-set displayed-columns 'Exit Code' Command
|
0 hishtory config-set displayed-columns 'Exit Code' Command
|
||||||
0 echo foo
|
0 echo foo
|
||||||
0 echo baz
|
0 echo baz
|
||||||
0 echo foo
|
|
||||||
|
@ -7,7 +7,7 @@ Search Query: > -pipefail
|
|||||||
│ 0 hishtory config-set displayed-columns 'Exit Code' Command │
|
│ 0 hishtory config-set displayed-columns 'Exit Code' Command │
|
||||||
│ 0 echo foo │
|
│ 0 echo foo │
|
||||||
│ 0 echo baz │
|
│ 0 echo baz │
|
||||||
│ 0 echo foo │
|
│ │
|
||||||
│ │
|
│ │
|
||||||
│ │
|
│ │
|
||||||
│ │
|
│ │
|
||||||
|
Loading…
x
Reference in New Issue
Block a user