Skip to content

Commit

Permalink
chore: remove the placeholder test
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepanshKhurana committed Apr 8, 2024
1 parent 7dbd9ac commit cbdea2b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/testthat/test-main.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,3 @@ box::use(
app/main[server, ui],
)

Check warning on line 8 in tests/testthat/test-main.R

View workflow job for this annotation

GitHub Actions / Run linters and tests

file=tests/testthat/test-main.R,line=8,col=1,[trailing_blank_lines_linter] Trailing blank lines are superfluous.
test_that("main server works", {
testServer(server, {
expect_true(grepl(x = output$message$html, pattern = "Check out Rhino docs!"))
})
})

0 comments on commit cbdea2b

Please sign in to comment.