mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-16 09:36:48 -05:00
Fix expectations.
This commit is contained in:
@@ -26,6 +26,6 @@ test_that("app with both r/ and R/ prefers R/", {
|
||||
|
||||
shiny:::loadHelpers("../test-helpers/app4-both")
|
||||
|
||||
expect_equal(lowerHelper, 123)
|
||||
expect_false(exists("lowerHelper"))
|
||||
expect_equal(upperHelper, "abc")
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user