mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-26 10:37:04 -06:00
Fix compile error
This commit is contained in:
@@ -478,7 +478,7 @@ func TestDoltDiffQueryPlans(t *testing.T) {
|
||||
defer e.Close()
|
||||
|
||||
for _, tt := range DoltDiffPlanTests {
|
||||
enginetest.TestQueryPlan(t, harness, e, tt.Query, tt.ExpectedPlan, false)
|
||||
enginetest.TestQueryPlan(t, harness, e, tt.Query, tt.ExpectedPlan, sql.DescribeOptions{})
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user