Skip to content

Commit 89e6bd0

Browse files
author
Anton V Chunikhin
committed
[no-issue] recurring
1 parent 933212d commit 89e6bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simple-worker/src/test/scala/com/github/jaitl/cloud/simple/worker/parser/HabrParserTest.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class HabrParserTest extends FunSuite with Matchers {
1212
val content = Source.fromResource("html/1k_post.html").mkString
1313
val parser = new HabrParser
1414

15-
val res = parser.parse(CrawlTask("1", "1000", "HabrTasks", "1", null, null), CrawlResult("1", content)).parsedData
15+
val res = parser.parse(CrawlTask("1", "1000", "HabrTasks", "1", null, "habr.com"), CrawlResult("1", content)).parsedData
1616

1717
res.author shouldBe "Maxime"
1818
res.title shouldBe "Wikiasaria — комедия ошибок"

0 commit comments

Comments
 (0)