diff --git a/tests/e2e/app-files/hello.R b/tests/e2e/app-files/hello.R index 19023488..2e85bf30 100644 --- a/tests/e2e/app-files/hello.R +++ b/tests/e2e/app-files/hello.R @@ -14,7 +14,7 @@ box::use( ], ) -box::use(app/logic/say_hello[say_hello]) +box::use(app/logic/say_hello[say_hello], ) #' @export ui <- function(id) { diff --git a/tests/e2e/app-files/main.R b/tests/e2e/app-files/main.R index f18ba6ab..ce3bd35d 100644 --- a/tests/e2e/app-files/main.R +++ b/tests/e2e/app-files/main.R @@ -3,7 +3,7 @@ box::use( shiny, ) -box::use(app/view/hello) +box::use(app/view/hello, ) Box <- react_component("Box") # nolint object_name_linter