Merge branch 'master' into spring-cloud

This commit is contained in:
Spencer Gibb
2019-01-10 13:16:16 -05:00
8 changed files with 379 additions and 125 deletions

View File

@@ -221,7 +221,7 @@ public class GitHubTemplateTests {
assertThat(pageOne.getContent()).hasSize(12);
Page<Event> pageTwo = pageOne.next();
assertThat(pageTwo).isNotNull();
assertThat(pageTwo.getContent()).hasSize(3);
assertThat(pageTwo.getContent()).hasSize(4);
}
@Test