Skip to content

Commit

Permalink
Format .jl files (#460)
Browse files Browse the repository at this point in the history
Co-authored-by: yeesian <[email protected]>
  • Loading branch information
github-actions[bot] and yeesian authored Jan 10, 2025
1 parent 372c16e commit d353f15
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/test_spatialref.jl
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,12 @@ import GeoInterface
AG.toWKT(AG.importEPSG(4326))

# WKT is never fully identical
@test occursin("Monte Mario (Rome)", AG.toWKT(AG.importCRS(GFT.ProjJSON(projjson))))
@test occursin(
"Monte Mario (Rome)",
AG.toWKT(AG.importCRS(GFT.ProjJSON(projjson))),
)
@test_throws ErrorException AG.importCRS(
GFT.ProjJSON(Dict("type"=>""))
GFT.ProjJSON(Dict("type" => "")),
)

@test_throws ArgumentError AG.importCRS(
Expand Down

0 comments on commit d353f15

Please sign in to comment.