Skip to content

Commit

Permalink
Fix problem in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisGuillem committed Apr 7, 2017
1 parent 5043e05 commit 94fa1f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ Suggests:
testthat,
covr
LazyData: TRUE
RoxygenNote: 6.0.0
RoxygenNote: 6.0.1
VignetteBuilder: knitr
Encoding: UTF-8
2 changes: 1 addition & 1 deletion tests/testthat/test-mwServer.R
Original file line number Diff line number Diff line change
Expand Up @@ -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))
},
{
Expand Down

0 comments on commit 94fa1f1

Please sign in to comment.