From 6c744d0132cc073b46e48f481cf8740a60458cd9 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 1 Mar 2018 04:13:05 -0800 Subject: [PATCH] Fixed pagination test [skip ci] --- test/pagination_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pagination_test.rb b/test/pagination_test.rb index 3692acb..be96b27 100644 --- a/test/pagination_test.rb +++ b/test/pagination_test.rb @@ -14,7 +14,7 @@ class PaginationTest < Minitest::Test def test_offset store_names ["Product A", "Product B", "Product C", "Product D"] - assert_order "product", ["Product C", "Product D"], order: {name: :asc}, offset: 2 + assert_order "product", ["Product C", "Product D"], order: {name: :asc}, offset: 2, limit: 100 end def test_pagination -- libgit2 0.21.0