mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-09 10:38:10 -06:00
Removing duplicate struct definition
This commit is contained in:
@@ -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"}},
|
||||
|
||||
Reference in New Issue
Block a user