summaryrefslogtreecommitdiff
path: root/internal/processing/account/themes_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/account/themes_test.go')
-rw-r--r--internal/processing/account/themes_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/processing/account/themes_test.go b/internal/processing/account/themes_test.go
index 9506aee50..fff129f68 100644
--- a/internal/processing/account/themes_test.go
+++ b/internal/processing/account/themes_test.go
@@ -20,9 +20,9 @@ package account_test
import (
"testing"
+ "code.superseriousbusiness.org/gotosocial/internal/config"
+ "code.superseriousbusiness.org/gotosocial/internal/processing/account"
"github.com/stretchr/testify/suite"
- "github.com/superseriousbusiness/gotosocial/internal/config"
- "github.com/superseriousbusiness/gotosocial/internal/processing/account"
)
type ThemesTestSuite struct {