Align event type enum with current documented and undocumented events

Closes gh-5
This commit is contained in:
Andy Wilkinson
2018-12-06 20:44:04 +00:00
parent 937a2a71dc
commit 5c78afe490
3 changed files with 140 additions and 61 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