Skip to content

Commit c31b06f

Browse files
committed
choose non-default scale for test
1 parent f468dad commit c31b06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-guides.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ test_that("bins can be parsed by guides for all scale types", {
192192

193193
test_that("binned breaks can have hardcoded labels when oob", {
194194

195-
sc <- scale_colour_binned(breaks = 1:3, labels = as.character(1:3))
195+
sc <- scale_colour_steps(breaks = 1:3, labels = as.character(1:3))
196196
sc$train(c(1, 2))
197197

198198
g <- guide_bins()

0 commit comments

Comments
 (0)