mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-16 17:45:29 -05:00
Fix upper-case test
This commit is contained in:
@@ -38,7 +38,7 @@ test_that("app with both r/ and R/ prefers R/", {
|
||||
renv <- loadSupport("../test-helpers/app4-both")
|
||||
|
||||
expect_false(exists("lowerHelper", envir=renv))
|
||||
expect_equal(upperHelper, "abc", envir=renv)
|
||||
expect_equal(get("upperHelper", envir=renv), "abc")
|
||||
})
|
||||
|
||||
test_that("With ui/server.R, global.R is loaded before R/ helpers and into the right envs", {
|
||||
|
||||
Reference in New Issue
Block a user