From 55ab5081356ab995435a7ba7c70d291699de077d Mon Sep 17 00:00:00 2001 From: Randy Boyes Date: Fri, 12 Apr 2024 17:17:24 -0400 Subject: [PATCH] group color scale tests --- test/test_scale_colour.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_scale_colour.jl b/test/test_scale_colour.jl index 35ca908..d98e4c0 100644 --- a/test/test_scale_colour.jl +++ b/test/test_scale_colour.jl @@ -1,3 +1,4 @@ +@testset "color scales" verbose = true begin @testset "discrete" begin t = ggplot(penguins) + geom_point(aes(x = :bill_depth_mm, y = :bill_length_mm, color = :species)) + @@ -99,4 +100,5 @@ end ) @test plot_images_equal(t, m) +end end \ No newline at end of file