summaryrefslogtreecommitdiff
path: root/internal/processing/stream/authorize_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/stream/authorize_test.go')
-rw-r--r--internal/processing/stream/authorize_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/processing/stream/authorize_test.go b/internal/processing/stream/authorize_test.go
index cb91d5b30..ee0e528af 100644
--- a/internal/processing/stream/authorize_test.go
+++ b/internal/processing/stream/authorize_test.go
@@ -21,8 +21,8 @@ import (
"context"
"testing"
+ "code.superseriousbusiness.org/gotosocial/internal/db"
"github.com/stretchr/testify/suite"
- "github.com/superseriousbusiness/gotosocial/internal/db"
)
type AuthorizeTestSuite struct {