summaryrefslogtreecommitdiff
path: root/internal/util/xslices/slices_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/util/xslices/slices_test.go')
-rw-r--r--internal/util/xslices/slices_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/util/xslices/slices_test.go b/internal/util/xslices/slices_test.go
index 7c62ac77f..dfa54181c 100644
--- a/internal/util/xslices/slices_test.go
+++ b/internal/util/xslices/slices_test.go
@@ -23,8 +23,8 @@ import (
"slices"
"testing"
+ "code.superseriousbusiness.org/gotosocial/internal/util/xslices"
"github.com/stretchr/testify/assert"
- "github.com/superseriousbusiness/gotosocial/internal/util/xslices"
)
func TestGrowJust(t *testing.T) {