Skip to content

Commit

Permalink
add test with error
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel committed Feb 2, 2024
1 parent e4e4538 commit 15b82ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/primitives.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@ end
# linesegments!(Makie.data_limits(ax.scene), color=:red)
# display(fig)
# end

@testset "barplot errors for three args" begin
@test_throws ErrorException barplot(1:10, 1:10, 1:10)
end

0 comments on commit 15b82ff

Please sign in to comment.