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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/ap/extractmentions_test.go b/internal/ap/extractmentions_test.go
index e49347e5c..8a19783bc 100644
--- a/internal/ap/extractmentions_test.go
+++ b/internal/ap/extractmentions_test.go
@@ -20,8 +20,8 @@ package ap_test
import (
"testing"
+ "codeberg.org/superseriousbusiness/activity/streams"
"github.com/stretchr/testify/suite"
- "github.com/superseriousbusiness/activity/streams"
"github.com/superseriousbusiness/gotosocial/internal/ap"
"github.com/superseriousbusiness/gotosocial/testrig"
)