Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 committed Apr 12, 2024
1 parent 539a3b3 commit 6d224cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/svg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ using Rsvg, Cairo

ys = rand(10)
@test_nowarn f, a, p1 = scatter(ys; marker = wsvg, markersize = 30)
f, a, p1 = scatter(ys; marker = wsvg, markersize = 30)
@test_nowarn p2 = scatter!(ys; marker = Circle, markersize = 30)
p2 = scatter!(ys; marker = Circle, markersize = 30)
@test_nowarn translate!(p2, 0,0,-1)
translate!(p2, 0,0,-1)
@test_nowarn save_test("wikipedia", f; backend = CairoMakie)

@testset "SVG theming via CSS" begin
Expand Down

0 comments on commit 6d224cb

Please sign in to comment.