diff --git a/tests/e2e/app-files/hello.R b/tests/e2e/app-files/hello.R index 19023488..efc9f199 100644 --- a/tests/e2e/app-files/hello.R +++ b/tests/e2e/app-files/hello.R @@ -11,7 +11,7 @@ box::use( tags, textInput, textOutput - ], + ], # nolint ) box::use(app/logic/say_hello[say_hello])