summaryrefslogtreecommitdiff
path: root/internal/api/client/accounts/accountverify_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/client/accounts/accountverify_test.go')
-rw-r--r--internal/api/client/accounts/accountverify_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/api/client/accounts/accountverify_test.go b/internal/api/client/accounts/accountverify_test.go
index eaa22abcf..615466d57 100644
--- a/internal/api/client/accounts/accountverify_test.go
+++ b/internal/api/client/accounts/accountverify_test.go
@@ -25,10 +25,10 @@ import (
"testing"
"time"
+ "code.superseriousbusiness.org/gotosocial/internal/api/client/accounts"
+ apimodel "code.superseriousbusiness.org/gotosocial/internal/api/model"
+ "code.superseriousbusiness.org/gotosocial/internal/oauth"
"github.com/stretchr/testify/suite"
- "github.com/superseriousbusiness/gotosocial/internal/api/client/accounts"
- apimodel "github.com/superseriousbusiness/gotosocial/internal/api/model"
- "github.com/superseriousbusiness/gotosocial/internal/oauth"
)
type AccountVerifyTestSuite struct {