Skip to content

Commit

Permalink
add rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
elbersb committed Jan 6, 2020
1 parent 7a20d9f commit 6dadd44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test_tidylog.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ test_that("logging on/off", {
options("tidylog.display" = list())
expect_silent(tidylog::filter(mtcars, mpg > 20))
expect_silent(tidylog::select(mtcars, mpg))
expect_silent(tidylog::rename(mtcars, MPG = mpg))
expect_silent(tidylog::group_by(mtcars, mpg))
expect_silent(tidylog::left_join(dplyr::band_members, dplyr::band_instruments, by = "name"))
expect_silent(tidylog::mutate(mtcars, test = TRUE))
Expand Down

0 comments on commit 6dadd44

Please sign in to comment.