aboutsummaryrefslogtreecommitdiff
path: root/query_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'query_test.go')
-rw-r--r--query_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/query_test.go b/query_test.go
index 29cb015..2809f6e 100644
--- a/query_test.go
+++ b/query_test.go
@@ -9,9 +9,9 @@ import (
"testing"
"go.xyrillian.de/oblast"
- "go.xyrillian.de/oblast/internal/assert"
- "go.xyrillian.de/oblast/internal/mock"
- "go.xyrillian.de/oblast/internal/must"
+ "go.xyrillian.de/oblast/internal/testhelpers/assert"
+ "go.xyrillian.de/oblast/internal/testhelpers/mock"
+ "go.xyrillian.de/oblast/internal/testhelpers/must"
)
func TestInsertBasic(t *testing.T) {