We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 130068d commit 3729901Copy full SHA for 3729901
2 files changed
pagination/keysetpagination_v2/query_builder.go
@@ -7,7 +7,7 @@ import (
7
"fmt"
8
"strings"
9
10
- "github.com/gobuffalo/pop/v6"
+ "github.com/ory/pop/v6"
11
)
12
13
type Order int
pagination/keysetpagination_v2/query_builder_test.go
@@ -6,9 +6,10 @@ package keysetpagination
6
import (
"testing"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
+
14
15
func TestBuildWhereAndOrder(t *testing.T) {
0 commit comments