Skip to content

Commit

Permalink
Update test/runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz authored Dec 23, 2024
1 parent 1cc5c1f commit 31fcef6
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 @@ -40,7 +40,7 @@ end

@testset "NamedTuple axis syntax" begin
b = Rect2f(-20.0, -20.0, 40.0, 40.0)
m = @test_nowarn Tyler.Map(b, provider=OpenStreetMap(), axis = (; type = Axis, aspect = AxisAspect(1)))
m = @test_nowarn Tyler.Map(b, provider=Tyler.TileProviders.OpenStreetMap(), axis = (; type = Axis, aspect = AxisAspect(1)))
@test only(contents(m.figure.layout[1, 1])) isa Axis
@test only(contents(m.figure.layout[1, 1])).aspect == AxisAspect(1)
end
Expand Down

0 comments on commit 31fcef6

Please sign in to comment.