mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-12 18:59:03 -06:00
formatting
This commit is contained in:
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user