summaryrefslogtreecommitdiff
path: root/internal/ap/extractmentions_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/ap/extractmentions_test.go')
-rw-r--r--internal/ap/extractmentions_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/ap/extractmentions_test.go b/internal/ap/extractmentions_test.go
index 96d7ca656..a5b107a99 100644
--- a/internal/ap/extractmentions_test.go
+++ b/internal/ap/extractmentions_test.go
@@ -21,9 +21,9 @@ import (
"testing"
"code.superseriousbusiness.org/activity/streams"
+ "code.superseriousbusiness.org/gotosocial/internal/ap"
+ "code.superseriousbusiness.org/gotosocial/testrig"
"github.com/stretchr/testify/suite"
- "github.com/superseriousbusiness/gotosocial/internal/ap"
- "github.com/superseriousbusiness/gotosocial/testrig"
)
type ExtractMentionsTestSuite struct {