Skip to content

Commit

Permalink
update rhino app template unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
radbasa committed Jan 12, 2024
1 parent 987c967 commit 8009e3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/templates/unit_tests/tests/testthat/test-main.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
box::use(
shiny[testServer],
testthat[...],
testthat[expect_true, test_that],
)
box::use(
app/main[...],
app/main[server, ui],
)

test_that("main server works", {
Expand Down

0 comments on commit 8009e3f

Please sign in to comment.