Skip to content

Commit

Permalink
Update crosses and overlaps tests
Browse files Browse the repository at this point in the history
  • Loading branch information
skygering committed Jan 4, 2024
1 parent 744585b commit 82fe7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/methods/geom_relations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,6 @@ end
@testset "Crosses By" begin test_geom_relation(GO.crosses, LG.crosses, "crosses") end
@testset "Disjoint" begin test_geom_relation(GO.disjoint, LG.disjoint, "disjoint")end
@testset "Intersect" begin test_geom_relation(GO.intersects, LG.intersects, "intersects") end
@testset "Overlap" begin test_geom_relation(GO.overlap, LG.overlap, "overlap") end
@testset "Overlaps" begin test_geom_relation(GO.overlaps, LG.overlaps, "overlaps") end
@testset "Touches" begin test_geom_relation(GO.touches, LG.touches, "touches") end
@testset "Within" begin test_geom_relation(GO.within, LG.within, "within") end

0 comments on commit 82fe7c1

Please sign in to comment.