commit | 7049af4c36bdbfeb38ab4cb1a41bb5d28ed23b6c | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Tue Sep 16 13:04:48 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Tue Sep 16 13:04:48 2014 -0400 |
tree | babe08b3956fd891192edfc85d0eef9490618312 | |
parent | 58c4f6761fd6177a29462bbbd9136a7f5e051d72 [diff] [blame] |
Turns out I can eliminate NewXyzPager funcs.
diff --git a/pagination/linked_test.go b/pagination/linked_test.go index 6346126..2093755 100644 --- a/pagination/linked_test.go +++ b/pagination/linked_test.go
@@ -61,7 +61,7 @@ return LinkedPageResult{LinkedPageBase(r)} } - return NewLinkedPager(client, testhelper.Server.URL+"/page1", createPage) + return NewPager(client, testhelper.Server.URL+"/page1", createPage) } func TestEnumerateLinked(t *testing.T) {