Skip to content

Commit a385358

Browse files
committed
Add tests for new basins
1 parent a0656b9 commit a385358

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/runtests.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,9 @@ const OCEANS = oceanpolygons()
1717
@test isantarctic(-40, 0, OCEANS)
1818
@test ismediterranean(31, 15, OCEANS)
1919
@test isindonesian(0, 120, OCEANS)
20+
@test ismediterranean2(31, 15, OCEANS)
21+
@test isNPAC(30, -160, OCEANS)
22+
@test isNATL(30, -30, OCEANS)
23+
@test isSPAC(-30, -160, OCEANS)
24+
@test isSATL(-30, -30, OCEANS)
2025
end

0 commit comments

Comments
 (0)