@@ -611,7 +611,7 @@ test_that("binning scales understand the different combinations of limits, break
611
611
breaks = c(2000 , 2002 , 2004 , 2006 , 2008 ),
612
612
guide = ' bins' )
613
613
)
614
- expect_doppelganger(" guide_bins understands coinciding limits and bins showing limits " ,
614
+ expect_doppelganger(" guide_bins understands coinciding limits and bins 3 " ,
615
615
p + scale_color_binned(limits = c(1999 , 2008 ),
616
616
breaks = c(1999 , 2000 , 2002 , 2004 , 2006 ),
617
617
guide = ' bins' , show.limits = TRUE )
@@ -631,7 +631,7 @@ test_that("binning scales understand the different combinations of limits, break
631
631
p + scale_color_binned(limits = c(1999 , 2008 ),
632
632
breaks = c(2000 , 2002 , 2004 , 2006 , 2008 ))
633
633
)
634
- expect_doppelganger(" guide_colorsteps understands coinciding limits and bins showing limits " ,
634
+ expect_doppelganger(" guide_colorsteps understands coinciding limits and bins 3 " ,
635
635
p + scale_color_binned(limits = c(1999 , 2008 ),
636
636
breaks = c(1999 , 2000 , 2002 , 2004 , 2006 ),
637
637
show.limits = TRUE )
0 commit comments