summaryrefslogtreecommitdiff
path: root/internal/processing/admin/emoji_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/admin/emoji_test.go')
-rw-r--r--internal/processing/admin/emoji_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/processing/admin/emoji_test.go b/internal/processing/admin/emoji_test.go
index 17f5fc864..4968ad1af 100644
--- a/internal/processing/admin/emoji_test.go
+++ b/internal/processing/admin/emoji_test.go
@@ -21,10 +21,10 @@ import (
"context"
"testing"
+ apimodel "code.superseriousbusiness.org/gotosocial/internal/api/model"
+ "code.superseriousbusiness.org/gotosocial/internal/gtsmodel"
+ "code.superseriousbusiness.org/gotosocial/internal/util"
"github.com/stretchr/testify/suite"
- apimodel "github.com/superseriousbusiness/gotosocial/internal/api/model"
- "github.com/superseriousbusiness/gotosocial/internal/gtsmodel"
- "github.com/superseriousbusiness/gotosocial/internal/util"
)
type EmojiTestSuite struct {