Skip to content

Commit 61ccdeb

Browse files
Shorten the titles of visual tests to suppress warnings (#4880)
1 parent 09ef058 commit 61ccdeb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading

tests/testthat/test-guides.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ test_that("binning scales understand the different combinations of limits, break
611611
breaks = c(2000, 2002, 2004, 2006, 2008),
612612
guide = 'bins')
613613
)
614-
expect_doppelganger("guide_bins understands coinciding limits and bins showing limits",
614+
expect_doppelganger("guide_bins understands coinciding limits and bins 3",
615615
p + scale_color_binned(limits = c(1999, 2008),
616616
breaks = c(1999, 2000, 2002, 2004, 2006),
617617
guide = 'bins', show.limits = TRUE)
@@ -631,7 +631,7 @@ test_that("binning scales understand the different combinations of limits, break
631631
p + scale_color_binned(limits = c(1999, 2008),
632632
breaks = c(2000, 2002, 2004, 2006, 2008))
633633
)
634-
expect_doppelganger("guide_colorsteps understands coinciding limits and bins showing limits",
634+
expect_doppelganger("guide_colorsteps understands coinciding limits and bins 3",
635635
p + scale_color_binned(limits = c(1999, 2008),
636636
breaks = c(1999, 2000, 2002, 2004, 2006),
637637
show.limits = TRUE)

0 commit comments

Comments
 (0)