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 f7bd2b1 commit 4977cbaCopy full SHA for 4977cba
sql/cache_test.go
@@ -18,7 +18,7 @@ import (
18
"errors"
19
"testing"
20
21
- "github.com/stretchr/testify/require"
+ "github.com/stretchr/testify/require"
22
)
23
24
func TestLRUCache(t *testing.T) {
sql/hash/hash_test.go
@@ -14,11 +14,12 @@
14
15
package hash
16
17
-import(
+import (
"github.com/dolthub/go-mysql-server/sql"
+
func BenchmarkHashOf(b *testing.B) {
ctx := sql.NewEmptyContext()
25
row := sql.NewRow(1, "1")
@@ -49,4 +50,4 @@ func BenchmarkParallelHashOf(b *testing.B) {
49
50
}
51
52
})
-}
53
+}
0 commit comments