mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-10 08:21:21 +00:00
adding an assertion
This commit is contained in:
@@ -330,6 +330,6 @@ public class AppTest extends TestCase {
|
||||
GHRepository r = gitHub.getUser("kohsuke").getRepository("github-api");
|
||||
GHPullRequest p = r.getPullRequest(17);
|
||||
GHUser u = p.getUser();
|
||||
System.out.println(u.getName());
|
||||
assertNotNull(u.getName());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user