From f8648daa8654125bd9b0730f4ba6bf6476ba8ba8 Mon Sep 17 00:00:00 2001 From: Chris-bennettWk <150143764+Chris-bennettWk@users.noreply.github.com> Date: Wed, 8 Nov 2023 15:13:41 +0000 Subject: [PATCH] Update shinytest.R Remove extra . to get the app to deploy --- tests/shinytest.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/shinytest.R b/tests/shinytest.R index db16081..5b003fe 100644 --- a/tests/shinytest.R +++ b/tests/shinytest.R @@ -1,2 +1,2 @@ library(shinytest) -shinytest::testApp("../") +shinytest::testApp("./")