Skip to content

Commit

Permalink
Update br() unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
gvelasq committed Sep 20, 2019
1 parent 45f7523 commit d960990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-br.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ context("test-br.R")

test_that("br() throws an error when not given an input", {
expect_error(br())
expect_error(br(NULL, title = "test"))
expect_error(br(title = "test"))
})

test_that("br() invisibly returns its input", {
Expand Down

0 comments on commit d960990

Please sign in to comment.