From 94fa1f18d3bd91ba5fa161e696d38d5ee0a9d72e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?fran=C3=A7ois=20GUILLEM?= Date: Fri, 7 Apr 2017 12:03:15 +0200 Subject: [PATCH] Fix problem in tests --- DESCRIPTION | 2 +- tests/testthat/test-mwServer.R | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)) }, {