mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-14 00:11:23 +00:00
updated GHContentIntegrationTest.java
dummy commit
This commit is contained in:
@@ -166,6 +166,7 @@ public class GHContentIntegrationTest extends AbstractGitHubWireMockTest {
|
||||
final GHRepository repo = gitHub.getRepository("hub4j-test-org/GHContentIntegrationTest");
|
||||
final GHContent fileContent = repo.getFileContent("ghcontent-ro/a-file-with-\u00F6");
|
||||
assertThat(IOUtils.readLines(fileContent.read(), StandardCharsets.UTF_8), hasItems("test"));
|
||||
|
||||
final GHContent fileContent2 = repo.getFileContent(fileContent.getPath());
|
||||
assertThat(IOUtils.readLines(fileContent2.read(), StandardCharsets.UTF_8), hasItems("test"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user