Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 21, 2024
1 parent f66fc2d commit c9712ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-backticks.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ withr::with_environment(
)
)
expect_identical(
find_terms(m) verbose = FALSE),
find_terms(m, verbose = FALSE),
list(
response = "Sepal Width",
conditional = c("Petal.Length", "a m", "log(Sepal.Length)")
Expand Down

0 comments on commit c9712ba

Please sign in to comment.