We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f8fd2f commit 0fa0274Copy full SHA for 0fa0274
1 file changed
src/test/java/org/kohsuke/github/AppTest.java
@@ -1036,6 +1036,12 @@ public void testEventApi() throws Exception {
1036
}
1037
1038
1039
+ /**
1040
+ * Test user public event api.
1041
+ *
1042
+ * @throws Exception
1043
+ * the exception
1044
+ */
1045
@Test
1046
public void testUserPublicEventApi() throws Exception {
1047
for (GHEventInfo ev : gitHub.getUserPublicEvents("PierreBtz")) {
0 commit comments