Skip to content

Commit 3a109d2

Browse files
demianovaphp-coder
authored andcommitted
style: fix typo
1 parent 9cdf3f9 commit 3a109d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/ru/mystamps/web/feature/series/importing/extractor/JsoupSiteParserTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ public void extractSellerUrlShouldReturnValueOfSellerUrlLocator() {
622622

623623
String expectedUrl = Random.url();
624624
String html = String.format(
625-
"<a href='http:/example.com/test'>test</a><a id='seller' href='%s'>seller</a>",
625+
"<a href='http://example.com/test'>test</a><a id='seller' href='%s'>seller</a>",
626626
expectedUrl
627627
);
628628
Element doc = createDocumentFromText(html);

0 commit comments

Comments
 (0)