Align event type enum with current documented and undocumented events
Closes gh-5
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user