diff --git a/DESCRIPTION b/DESCRIPTION index 3fdb152..5d2ba3a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -33,6 +33,6 @@ Suggests: testthat, covr LazyData: TRUE -RoxygenNote: 6.0.0 +RoxygenNote: 6.0.1 VignetteBuilder: knitr Encoding: UTF-8 diff --git a/tests/testthat/test-mwServer.R b/tests/testthat/test-mwServer.R index 11f6a2d..20c5c8b 100644 --- a/tests/testthat/test-mwServer.R +++ b/tests/testthat/test-mwServer.R @@ -44,7 +44,7 @@ describe("updateControls", { env <- controls$env$ind[[1]] with_mock( - getUpdateInputFun = function(type) { + `manipulateWidget:::getUpdateInputFun` = function(type) { function(...) print(paste("update", type)) }, {