Skip to content

Commit

Permalink
test: Fix test for empty input.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubnowicki committed Jan 31, 2024
1 parent 9055a96 commit a2d65e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_multiple_checkbox.R
Expand Up @@ -17,7 +17,7 @@ test_that("test multiple_checkbox input values", {
))
expect_true(any(
grepl(
"<div class=\"ui form grouped fields ss-checkbox-input\" id=\"checkboxes\">",
"<div id=\"checkboxes\" class=\"grouped fields ss-checkbox-input\">",
si_str,
fixed = TRUE
)
Expand Down

0 comments on commit a2d65e2

Please sign in to comment.