Skip to content

Commit

Permalink
results var name
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsparing committed Jan 16, 2024
1 parent 7601a35 commit ca64b35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ trait ST_ZBehaviors extends MosaicSpatialQueryTest {
.withColumn("result", st_z($"wkt"))
.where($"expected" === $"result")

results.count shouldBe 4
result.count shouldBe 4
}

def stzCodegen(mosaicContext: MosaicContext): Unit = {
Expand Down

0 comments on commit ca64b35

Please sign in to comment.