diff options
Diffstat (limited to 'internal/processing/timeline/home_test.go')
| -rw-r--r-- | internal/processing/timeline/home_test.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/internal/processing/timeline/home_test.go b/internal/processing/timeline/home_test.go index 50025b9a8..ce255acbd 100644 --- a/internal/processing/timeline/home_test.go +++ b/internal/processing/timeline/home_test.go @@ -21,12 +21,12 @@ import ( "context" "testing" + apimodel "code.superseriousbusiness.org/gotosocial/internal/api/model" + "code.superseriousbusiness.org/gotosocial/internal/gtsmodel" + "code.superseriousbusiness.org/gotosocial/internal/id" + "code.superseriousbusiness.org/gotosocial/internal/paging" + "code.superseriousbusiness.org/gotosocial/internal/util" "github.com/stretchr/testify/suite" - apimodel "github.com/superseriousbusiness/gotosocial/internal/api/model" - "github.com/superseriousbusiness/gotosocial/internal/gtsmodel" - "github.com/superseriousbusiness/gotosocial/internal/id" - "github.com/superseriousbusiness/gotosocial/internal/paging" - "github.com/superseriousbusiness/gotosocial/internal/util" ) type HomeTestSuite struct { |
