summaryrefslogtreecommitdiff
path: root/runtimeindex_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'runtimeindex_test.go')
-rw-r--r--runtimeindex_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtimeindex_test.go b/runtimeindex_test.go
index 59044c4..dd65b07 100644
--- a/runtimeindex_test.go
+++ b/runtimeindex_test.go
@@ -8,6 +8,7 @@ import (
"testing"
"go.xyrillian.de/gg/assert"
+ "go.xyrillian.de/gg/gsql"
"go.xyrillian.de/oblast"
"go.xyrillian.de/oblast/internal/testhelpers/mock"
"go.xyrillian.de/oblast/internal/testhelpers/must"
@@ -16,7 +17,7 @@ import (
func TestRuntimeIndex(t *testing.T) {
ctx := t.Context()
md := mock.NewDriver()
- db := oblast.NewDB(sql.OpenDB(md))
+ db := gsql.NewDB(sql.OpenDB(md))
type basicRecord struct {
ID int64 `db:"id"`