summaryrefslogtreecommitdiff
path: root/internal/processing/parsemention_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/parsemention_test.go')
-rw-r--r--internal/processing/parsemention_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/processing/parsemention_test.go b/internal/processing/parsemention_test.go
index f97133969..2c2cc3085 100644
--- a/internal/processing/parsemention_test.go
+++ b/internal/processing/parsemention_test.go
@@ -22,10 +22,10 @@ import (
"errors"
"testing"
+ "code.superseriousbusiness.org/gotosocial/internal/gtsmodel"
+ "code.superseriousbusiness.org/gotosocial/internal/id"
+ "code.superseriousbusiness.org/gotosocial/internal/processing"
"github.com/stretchr/testify/suite"
- "github.com/superseriousbusiness/gotosocial/internal/gtsmodel"
- "github.com/superseriousbusiness/gotosocial/internal/id"
- "github.com/superseriousbusiness/gotosocial/internal/processing"
)
type ParseMentionTestSuite struct {