Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored Jan 21, 2025
1 parent 298bbbc commit 2de5be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ display(m)
# Tyler.MapTiles.project(b, from, to)
# end ≈ Extents.extent(london)
@test Extents.extent(m) isa Extents.Extent
@test GeoInterface.crs(m) == Tyler.MapTiles.WebMercator()
@test GeoInterface.crs(m) isa Tyler.MapTiles.WebMercator
end

@testset "NamedTuple axis syntax" begin
Expand Down

0 comments on commit 2de5be7

Please sign in to comment.