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/single_test.go b/pagination/single_test.go index a470b6b..31003e5 100644 --- a/pagination/single_test.go +++ b/pagination/single_test.go
@@ -49,7 +49,7 @@ return SinglePageResult{SinglePageBase(r)} } - return NewSinglePager(client, testhelper.Server.URL+"/only", createPage) + return NewPager(client, testhelper.Server.URL+"/only", createPage) } func TestEnumerateSinglePaged(t *testing.T) {