Skip to content

Commit b879c01

Browse files
author
Jordan S Read
committed
test
1 parent 5bb16fb commit b879c01

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/testthat/tests-callouts.R

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ test_that("lines to callouts", {
44
expect_warning(callouts(gsplot(), c(0,3), NULL, labels=c('dogs','cats')))
55
expect_warning(callouts(gsplot(), c(0,3), y=NULL, labels=c('dogs','cats')))
66

7-
#expect_error(callouts(gsplot(), x=c(0,3), y=1:2, angle=-30))
8-
#expect_error(callouts(gsplot(), x=c(0,3), y=1:2, angle='random'))
9-
107
callouts(gsplot(), c(0,3), y=1:2, labels=c('dogs','cats'), angle=30)
118
callouts(gsplot(), c(0,3), y=1:2, labels=c('dogs','cats'), angle='auto')
129

13-
})
10+
})

0 commit comments

Comments
 (0)