summaryrefslogtreecommitdiff
path: root/internal/processing/user/password_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/user/password_test.go')
-rw-r--r--internal/processing/user/password_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/processing/user/password_test.go b/internal/processing/user/password_test.go
index 7d45341c0..5f65a9e1a 100644
--- a/internal/processing/user/password_test.go
+++ b/internal/processing/user/password_test.go
@@ -22,9 +22,9 @@ import (
"net/http"
"testing"
+ "code.superseriousbusiness.org/gotosocial/internal/gtsmodel"
"codeberg.org/gruf/go-byteutil"
"github.com/stretchr/testify/suite"
- "github.com/superseriousbusiness/gotosocial/internal/gtsmodel"
"golang.org/x/crypto/bcrypt"
)