aboutsummaryrefslogtreecommitdiff
path: root/runtimeindex_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'runtimeindex_test.go')
-rw-r--r--runtimeindex_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtimeindex_test.go b/runtimeindex_test.go
index ba16fd9..8e0b68f 100644
--- a/runtimeindex_test.go
+++ b/runtimeindex_test.go
@@ -16,7 +16,7 @@ import (
func TestRuntimeIndex(t *testing.T) {
ctx := t.Context()
md := mock.NewDriver()
- db := sql.OpenDB(md)
+ db := oblast.Wrap(sql.OpenDB(md))
type basicRecord struct {
ID int64 `db:"id"`