mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-04 08:21:23 +00:00
Run code formatting
This commit is contained in:
@@ -75,7 +75,7 @@ public class GitHubTest extends AbstractGitHubWireMockTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void getMeta() throws IOException{
|
||||
public void getMeta() throws IOException {
|
||||
GHMeta meta = gitHub.getMeta();
|
||||
assertTrue(meta.isVerifiablePasswordAuthentication());
|
||||
assertEquals(19, meta.getApi().size());
|
||||
|
||||
Reference in New Issue
Block a user