diff options
Diffstat (limited to 'select_test.go')
| -rw-r--r-- | select_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/select_test.go b/select_test.go index 51b0912..f38fbdd 100644 --- a/select_test.go +++ b/select_test.go @@ -10,9 +10,9 @@ import ( "time" "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 TestSelectReturningSomeRecords(t *testing.T) { |
