diff options
Diffstat (limited to 'resources/page/pagination_test.go')
-rw-r--r-- | resources/page/pagination_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/page/pagination_test.go b/resources/page/pagination_test.go index 07ad6233b..e379f9b6b 100644 --- a/resources/page/pagination_test.go +++ b/resources/page/pagination_test.go @@ -254,8 +254,8 @@ func TestProbablyEqualPageLists(t *testing.T) { ninePagesByWeight, _ := createTestPages(9).GroupBy("Weight", "asc") for i, this := range []struct { - v1 interface{} - v2 interface{} + v1 any + v2 any expect bool }{ {nil, nil, true}, |