Fix options test

This commit is contained in:
trestletech
2019-08-08 14:48:19 -05:00
parent 7fe973145d
commit 37569a291b

View File

@@ -1,6 +1,9 @@
context("options")
test_that("Local options", {
# Clear out any options so we know we're starting fresh
.globals$options <- list()
# Basic options
shinyOptions(a = 1, b = 2)