Skip to content

Commit

Permalink
tests: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Oct 17, 2024
1 parent ede9355 commit c3c79cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-get_code.R
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ testthat::describe("Backticked symbol", {
)
})

testthat::it("without special characters is cleaned and detecteed in code dependency", {
testthat::it("without special characters is cleaned and detected in code dependency", {
td <- teal_data() |>
within({
`add_column` <- function(lhs, rhs) cbind(lhs, rhs)
Expand Down

0 comments on commit c3c79cf

Please sign in to comment.