diff options
Diffstat (limited to 'internal/ap/extractattachments_test.go')
| -rw-r--r-- | internal/ap/extractattachments_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/ap/extractattachments_test.go b/internal/ap/extractattachments_test.go index b9192bfb0..f3af66708 100644 --- a/internal/ap/extractattachments_test.go +++ b/internal/ap/extractattachments_test.go @@ -23,8 +23,8 @@ import ( "testing" "code.superseriousbusiness.org/activity/streams" + "code.superseriousbusiness.org/gotosocial/internal/ap" "github.com/stretchr/testify/suite" - "github.com/superseriousbusiness/gotosocial/internal/ap" ) type ExtractAttachmentsTestSuite struct { |
