From 31fcef6864ecb77b3d735e8117d0527a36c56d4f Mon Sep 17 00:00:00 2001 From: Rafael Schouten Date: Mon, 23 Dec 2024 14:33:01 +0100 Subject: [PATCH] Update test/runtests.jl --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index c0e99e5..b8b02b1 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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