Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alex999990009 committed Dec 3, 2024
1 parent 5223f27 commit d4791f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class ArendDocumentationCommentTest : ArendTestBase() {

val rows = document.getElementsByClass("row")
assertEquals(4, rows.size)
assertTrue(document.getElementsByTag("ol").text().contains("1. a 2. b • bb"))
assertTrue(document.getElementsByTag("ol").text().contains("a b bb"))
assertEquals(2, rows.flatMap { it.select("img") }.size)
}
}

0 comments on commit d4791f5

Please sign in to comment.