diff options
Diffstat (limited to 'testrig/gin.go')
| -rw-r--r-- | testrig/gin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testrig/gin.go b/testrig/gin.go index cd32654e8..2afe34e29 100644 --- a/testrig/gin.go +++ b/testrig/gin.go @@ -20,8 +20,8 @@ package testrig import ( "net/http" + "code.superseriousbusiness.org/gotosocial/internal/router" "github.com/gin-gonic/gin" - "github.com/superseriousbusiness/gotosocial/internal/router" ) // CreateGinTextContext creates a new gin.Context suitable for a test, with an instantiated gin.Engine. |
