Skip to content

Commit

Permalink
chore: update pagination import path in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
webstradev authored Oct 10, 2024
1 parent 8a1f6ae commit 42b7bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pagination/pagination_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"testing"

"github.com/gin-gonic/gin"
"github.com/webstradev/gin-pagination/pkg/pagination"
"github.com/webstradev/gin-pagination/v2/pkg/pagination"
)

func TestPaginationMiddleware(t *testing.T) {
Expand Down

0 comments on commit 42b7bc6

Please sign in to comment.