We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a7d67 commit f635e9bCopy full SHA for f635e9b
testing/go/server_config_variable_test.go
@@ -17,13 +17,12 @@ package _go
17
import (
18
"context"
19
"fmt"
20
- "github.com/dolthub/dolt/go/libraries/utils/svcs"
21
- "github.com/stretchr/testify/require"
22
"testing"
23
24
- "github.com/jackc/pgx/v5"
25
-
+ "github.com/dolthub/dolt/go/libraries/utils/svcs"
26
"github.com/dolthub/go-mysql-server/sql"
+ "github.com/jackc/pgx/v5"
+ "github.com/stretchr/testify/require"
27
)
28
29
func TestServerConfigVariableStatement(t *testing.T) {
testing/go/set_test.go
@@ -15,7 +15,6 @@
15
package _go
16
- "fmt"
0 commit comments