Skip to content

Commit

Permalink
fix lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr committed Oct 6, 2023
1 parent d84ea4e commit db3b5c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ test_that("dev_suppress function supress printing plot on IDE", {

# lang2calls ------------------------------------------------------------------------------------------------------

testthat::test_that("format_expression turns expression/calls or lists thereof into character strings without curly brackets", {
testthat::test_that(
"format_expression turns expression/calls or lists thereof into character strings without curly brackets", {
expr1 <- expression({
i <- iris
m <- mtcars
Expand Down

0 comments on commit db3b5c8

Please sign in to comment.