Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shahronak47 committed Jul 3, 2023
1 parent d297e2e commit 7751ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-shinyRatings.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ test_that("shinyRatings works", {
})

test_that("ratings_html works", {
res <- ratings_html(5, disabled = FALSE)
res <- ratings_html(5, disabled = FALSE, "abc")
expect_type(res, 'character')
expect_s3_class(htmltools::HTML(res), 'html')
})
Expand Down

0 comments on commit 7751ed5

Please sign in to comment.