Skip to content

Commit 11a36c8

Browse files
author
Lindsay Carr
committed
update test to reflect the error that is now a warning
1 parent 5d5694a commit 11a36c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/tests-axis.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ test_that("axis reverse",{
4242

4343
expect_true(gs2$side.3$reverse)
4444
expect_equal(xlim(gs2, side=3), c(10,1))
45-
expect_error(ylim(gs2, side=3))
45+
expect_warning(ylim(gs2, side=3))
4646

4747
})
4848

0 commit comments

Comments
 (0)