Skip to content

Commit 82e17dd

Browse files
committed
Merge branch 'angela/date_functions' of https://github.com/dolthub/go-mysql-server into angela/date_functions
2 parents da0a99d + f235adf commit 82e17dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/rowexec/update_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@
1515
package rowexec
1616

1717
import (
18+
"testing"
19+
1820
"github.com/dolthub/vitess/go/sqltypes"
1921
"github.com/stretchr/testify/require"
20-
"testing"
2122

2223
"github.com/dolthub/go-mysql-server/memory"
2324
"github.com/dolthub/go-mysql-server/sql"

0 commit comments

Comments
 (0)