summaryrefslogtreecommitdiff
path: root/internal/util/namestring_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/util/namestring_test.go')
-rw-r--r--internal/util/namestring_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/util/namestring_test.go b/internal/util/namestring_test.go
index 2ce5af65c..9368dc7c1 100644
--- a/internal/util/namestring_test.go
+++ b/internal/util/namestring_test.go
@@ -20,8 +20,8 @@ package util_test
import (
"testing"
+ "code.superseriousbusiness.org/gotosocial/internal/util"
"github.com/stretchr/testify/suite"
- "github.com/superseriousbusiness/gotosocial/internal/util"
)
type NamestringSuite struct {