From 8c7598f45df5582b72e58c7a174d4f73f510e152 Mon Sep 17 00:00:00 2001 From: Alan Dipert Date: Wed, 20 May 2020 22:33:02 +0000 Subject: [PATCH] Drop testModule() from NEWS.md, fixes #2901 --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index f5e93a592e..1354183d28 100644 --- a/NEWS.md +++ b/NEWS.md @@ -13,7 +13,7 @@ shiny 1.4.0.9001 * `runTests()` is a new function that behaves much like R CMD check. `runTests()` invokes all of the top-level R files in the tests/ directory inside an application, in that application's environment. ([#2585](https://github.com/rstudio/shiny/pull/2585)) -* `testServer()` and `testModule()` are two new functions for testing reactive behavior inside server functions and modules, respectively. ([#2682](https://github.com/rstudio/shiny/pull/2682), [#2764](https://github.com/rstudio/shiny/pull/2764)) +* `testServer()` is a new function for testing reactive behavior inside server functions and modules. ([#2682](https://github.com/rstudio/shiny/pull/2682), [#2764](https://github.com/rstudio/shiny/pull/2764), [#2807](https://github.com/rstudio/shiny/pull/2807)) * The new `moduleServer` function provides a simpler interface for creating and using modules. ([#2773](https://github.com/rstudio/shiny/pull/2773))