mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-23 15:50:48 +00:00
Make root field transient in all classes
This commit is contained in:
@@ -220,6 +220,7 @@ public class AppTest extends AbstractGitHubWireMockTest {
|
||||
.getIssues(GHIssueState.CLOSED);
|
||||
// prior to using PagedIterable GHRepository.getIssues(GHIssueState) would only retrieve 30 issues
|
||||
assertTrue(closedIssues.size() > 150);
|
||||
String readRepoString = GitHub.getMappingObjectWriter().writeValueAsString(closedIssues.get(0));
|
||||
}
|
||||
|
||||
private GHRepository getTestRepository() throws IOException {
|
||||
|
||||
Reference in New Issue
Block a user