Skip to content

Commit c2fa0a1

Browse files
committed
fix typo
1 parent baa4945 commit c2fa0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-cookbook-axes.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ no.x.title <- bp +
107107

108108
test_that("coord_fixed(ratio)", {
109109
info <- expect_traces(no.x.title, 1, "no-x-title")
110-
expect_identical(info$xaxis$title, "")
110+
expect_identical(info$layout$xaxis$title, "")
111111
})
112112

113113
# Also possible to set the axis label with the scale

0 commit comments

Comments
 (0)