Fix getFeedLink unit test

This commit is contained in:
Shinokuni 2019-10-19 22:20:28 +02:00
parent 96e5316375
commit 2671fdcbbd
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public class HtmlParserTest {
public void getFeedLinkTest() throws Exception {
String url = "https://github.com/readrops/Readrops";
ParsingResult parsingResult = new ParsingResult("https://github.com/readrops/Readrops/commits/master.atom", "Recent Commits to Readrops:master");
ParsingResult parsingResult = new ParsingResult("https://github.com/readrops/Readrops/commits/develop.atom", "Recent Commits to Readrops:develop");
List<ParsingResult> parsingResultList = new ArrayList<>();
parsingResultList.add(parsingResult);