We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631d1b9 commit a011186Copy full SHA for a011186
core/src/test/scala/org/locationtech/rasterframes/ExtensionMethodSpec.scala
@@ -115,7 +115,7 @@ class ExtensionMethodSpec extends TestEnvironment with TestData with SubdivideSu
115
it("should render Markdown") {
116
val md = rf.toMarkdown()
117
md.count(_ == '|') shouldBe >=(3 * 5)
118
- md.count(_ == '\n') should be (6)
+ md.count(_ == '\n') should be >=(6)
119
120
val md2 = rf.toMarkdown(truncate=true)
121
md2 should include ("...")
0 commit comments