diff options
| author | 2025-05-05 12:01:11 +0200 | |
|---|---|---|
| committer | 2025-05-05 12:01:11 +0200 | |
| commit | 052a84b9722a9a8bee3a271e128ef139a131c417 (patch) | |
| tree | d3a2c0fc5e33f3596d49270ea53fff8d6b06c8b5 /internal/timeline/timeline_test.go | |
| parent | [chore] Fix daenney being bad at sed (#4060) (diff) | |
| download | gotosocial-052a84b9722a9a8bee3a271e128ef139a131c417.tar.xz | |
weenus
Diffstat (limited to 'internal/timeline/timeline_test.go')
| -rw-r--r-- | internal/timeline/timeline_test.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/internal/timeline/timeline_test.go b/internal/timeline/timeline_test.go index ffc6d6e53..38be401d5 100644 --- a/internal/timeline/timeline_test.go +++ b/internal/timeline/timeline_test.go @@ -21,12 +21,12 @@ import ( "context" "sort" + "code.superseriousbusiness.org/gotosocial/internal/filter/visibility" + "code.superseriousbusiness.org/gotosocial/internal/gtsmodel" + "code.superseriousbusiness.org/gotosocial/internal/state" + "code.superseriousbusiness.org/gotosocial/internal/typeutils" + "code.superseriousbusiness.org/gotosocial/testrig" "github.com/stretchr/testify/suite" - "github.com/superseriousbusiness/gotosocial/internal/filter/visibility" - "github.com/superseriousbusiness/gotosocial/internal/gtsmodel" - "github.com/superseriousbusiness/gotosocial/internal/state" - "github.com/superseriousbusiness/gotosocial/internal/typeutils" - "github.com/superseriousbusiness/gotosocial/testrig" ) type TimelineStandardTestSuite struct { |
