diff --git a/db/place_suite_test.go b/db/place_suite_test.go index 44698ef..23a31b8 100644 --- a/db/place_suite_test.go +++ b/db/place_suite_test.go @@ -2,11 +2,12 @@ package db import ( "context" - "github.com/stretchr/testify/assert" - "github.com/stretchr/testify/suite" "log" "testing" + "github.com/stretchr/testify/assert" + "github.com/stretchr/testify/suite" + "github.com/weesvc/weesvc-gorilla/model" "github.com/weesvc/weesvc-gorilla/testhelpers" )