summaryrefslogtreecommitdiff
path: root/internal/paging/response_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/paging/response_test.go')
-rw-r--r--internal/paging/response_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/paging/response_test.go b/internal/paging/response_test.go
index b4b7d6058..73163088c 100644
--- a/internal/paging/response_test.go
+++ b/internal/paging/response_test.go
@@ -20,9 +20,9 @@ package paging_test
import (
"testing"
+ "code.superseriousbusiness.org/gotosocial/internal/config"
+ "code.superseriousbusiness.org/gotosocial/internal/paging"
"github.com/stretchr/testify/suite"
- "github.com/superseriousbusiness/gotosocial/internal/config"
- "github.com/superseriousbusiness/gotosocial/internal/paging"
)
type PagingSuite struct {