Skip to content

Commit a011186

Browse files
committed
Fixed table rendering test.
1 parent 631d1b9 commit a011186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/org/locationtech/rasterframes/ExtensionMethodSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class ExtensionMethodSpec extends TestEnvironment with TestData with SubdivideSu
115115
it("should render Markdown") {
116116
val md = rf.toMarkdown()
117117
md.count(_ == '|') shouldBe >=(3 * 5)
118-
md.count(_ == '\n') should be (6)
118+
md.count(_ == '\n') should be >=(6)
119119

120120
val md2 = rf.toMarkdown(truncate=true)
121121
md2 should include ("...")

0 commit comments

Comments
 (0)