Removing duplicate struct definition

This commit is contained in:
Jason Fulghum
2025-06-27 10:07:59 -07:00
parent 629d0c6a96
commit 414b37bce6

View File

@@ -342,13 +342,6 @@ func TestDoltProceduresDiffTable(t *testing.T) {
}
}
type doltProceduresTableTest struct {
name string
setup []testCommand
query string
rows []sql.Row
}
var setupDoltProceduresDiffCommon = []testCommand{
// Start with a clean state
{cmd.SqlCmd{}, args{"-q", "CREATE PROCEDURE original_proc(x INT) SELECT x * 2 as result"}},