mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-25 14:32:14 +02:00
Add TODO for testing for #139
This commit is contained in:
parent
c8643d5a2b
commit
3d6578c7f6
@ -2499,6 +2499,8 @@ 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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user