Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Aug 7, 2024
1 parent c786c0a commit 51a0211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-fa_icon.R
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ test_that("the `fa_i()` function returns an icon object", {
expect_message(regexp = NA, fa_i("euroz", html_dependency = fake_dep))
})

test_that("the `fa_i()` function combines fully qualified named and class", {
test_that("the `fa_i()` function combines fully qualified name and class", {
icon_no_class <- fa_i("fas fa-arrows-rotate", class = NULL)
expect_equal(icon_no_class$attribs$class, "fas fa-arrows-rotate")

Expand Down

0 comments on commit 51a0211

Please sign in to comment.