Fix expectations.

This commit is contained in:
trestletech
2019-08-06 09:10:18 -05:00
parent b4c6ba6962
commit cfc0ff9cc7

View File

@@ -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")
})