Skip to content

Commit

Permalink
update tests!
Browse files Browse the repository at this point in the history
  • Loading branch information
natgeo-wong committed Jan 9, 2024
1 parent 7b47a0a commit 6ea80ad
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ using Test
C = Point2(-45,-7.5)
geo = GeoRegion("AR6_EAO")

@test A in geo
@test B in geo
@test !(C in geo)
@test filter(in(geo),[A,B,C]) == [A,B]
@test in(geo,A)
@test in(geo,B)
@test !in(geo,C)
end

0 comments on commit 6ea80ad

Please sign in to comment.