diff options
Diffstat (limited to 'internal/util/paging_test.go')
| -rw-r--r-- | internal/util/paging_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/util/paging_test.go b/internal/util/paging_test.go index bab7dcb7b..f041277bc 100644 --- a/internal/util/paging_test.go +++ b/internal/util/paging_test.go @@ -20,9 +20,9 @@ package util_test import ( "testing" + "code.superseriousbusiness.org/gotosocial/internal/config" + "code.superseriousbusiness.org/gotosocial/internal/util" "github.com/stretchr/testify/suite" - "github.com/superseriousbusiness/gotosocial/internal/config" - "github.com/superseriousbusiness/gotosocial/internal/util" ) type PagingSuite struct { |
