Skip to content

Commit

Permalink
chore: remove duplicate expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
wurli committed Jan 26, 2025
1 parent 4d88ebd commit 7e374df
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/testthat/test-add_double_colons.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,4 @@ test_that("add_double_colons works", {
"Couldn't find packages exporting 1 function\\(s\\): `some_fun\\(\\)`"
)

expect_warning(
add_double_colons("tibble(x = 1); some_fun()", "dplyr"),
"Couldn't find packages exporting 1 function\\(s\\): `some_fun\\(\\)`"
)

})

0 comments on commit 7e374df

Please sign in to comment.