From d960990efbbc507f3c9212fac1ca6fb4ed38a951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Vel=C3=A1squez?= Date: Fri, 20 Sep 2019 17:47:07 -0400 Subject: [PATCH] Update br() unit test --- tests/testthat/test-br.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-br.R b/tests/testthat/test-br.R index 2cd9f30..021ab35 100644 --- a/tests/testthat/test-br.R +++ b/tests/testthat/test-br.R @@ -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", {