From 37569a291b7c98c24246d2fa2d2b11a94afe8a25 Mon Sep 17 00:00:00 2001 From: trestletech Date: Thu, 8 Aug 2019 14:48:19 -0500 Subject: [PATCH] Fix options test --- tests/testthat/test-options.R | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/testthat/test-options.R b/tests/testthat/test-options.R index 22ad22c6f..f60ec3264 100644 --- a/tests/testthat/test-options.R +++ b/tests/testthat/test-options.R @@ -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)