Update tests after #139

This commit is contained in:
David Dworken
2023-12-06 20:46:09 -08:00
parent a26fc5b360
commit 49daaa4da5
3 changed files with 1 additions and 4 deletions

View File

@@ -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) {