formatting

This commit is contained in:
James Cor
2022-09-07 10:22:39 -07:00
parent 45f580b24c
commit e38297933d

View File

@@ -17,7 +17,6 @@ package enginetest
import (
"context"
"fmt"
"github.com/dolthub/go-mysql-server/sql/expression"
"os"
"testing"
@@ -26,6 +25,7 @@ import (
"github.com/dolthub/go-mysql-server/enginetest/scriptgen/setup"
"github.com/dolthub/go-mysql-server/server"
"github.com/dolthub/go-mysql-server/sql"
"github.com/dolthub/go-mysql-server/sql/expression"
"github.com/dolthub/go-mysql-server/sql/mysql_db"
"github.com/dolthub/go-mysql-server/sql/plan"
"github.com/dolthub/vitess/go/mysql"
@@ -208,7 +208,6 @@ func TestSingleQueryPrepared(t *testing.T) {
func TestSingleScriptPrepared(t *testing.T) {
t.Skip()
s := []setup.SetupScript{
{
"create table test (pk int primary key, c1 int)",