Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed Aug 2, 2023
1 parent 11fac3f commit 32206cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-object_usage_linter.R
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ test_that("interprets glue expressions", {

# no need for namespace-qualification
expect_lint(trim_some("
glue <- glue::glue # imitate this being an @import
fun <- function() {
local_var <- 42
glue('The answer is {local_var}.')
Expand Down

0 comments on commit 32206cb

Please sign in to comment.