summaryrefslogtreecommitdiff
path: root/internal/processing/preferences_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/preferences_test.go')
-rw-r--r--internal/processing/preferences_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/processing/preferences_test.go b/internal/processing/preferences_test.go
index be88b5edf..dc6a8d878 100644
--- a/internal/processing/preferences_test.go
+++ b/internal/processing/preferences_test.go
@@ -21,9 +21,9 @@ import (
"context"
"testing"
+ "code.superseriousbusiness.org/gotosocial/internal/api/model"
+ "code.superseriousbusiness.org/gotosocial/internal/gtsmodel"
"github.com/stretchr/testify/suite"
- "github.com/superseriousbusiness/gotosocial/internal/api/model"
- "github.com/superseriousbusiness/gotosocial/internal/gtsmodel"
)
type PreferencesTestSuite struct {