Skip to content

Commit

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

@testset "Pass GridPosition to figure kwarg" begin
f = Figure()
m = @test_nowarn Tyler.Map(b, provider = OpenStreetMap(), figure = f[1, 2])
m = @test_nowarn Tyler.Map(b, figure = f[1, 2])
@test only(contents(m.figure.layout[1, 2])) isa Axis
end

Expand Down

0 comments on commit 1cc5c1f

Please sign in to comment.