Skip to content

Commit

Permalink
Format .jl files
Browse files Browse the repository at this point in the history
  • Loading branch information
yeesian authored and github-actions[bot] committed Jan 10, 2025
1 parent 372c16e commit ad176c1
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 ad176c1

Please sign in to comment.