Skip to content

Commit

Permalink
remove lint
Browse files Browse the repository at this point in the history
  • Loading branch information
radbasa committed Jan 12, 2024
1 parent 4f92a33 commit 9b72efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-linter_box_function_import_count_linter.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ test_that("box_func_import_count_linter resepect # nolint", {
max <- 3
linter <- box_func_import_count_linter(max = max)
lint_msg <- lint_message(max)

lintr::expect_lint(no_lint, NULL, linter)
lintr::expect_lint(no_lint_inline, NULL, linter)
})
})

0 comments on commit 9b72efe

Please sign in to comment.