Skip to content

Commit

Permalink
Don't use shorthand for function definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthegeek committed Aug 15, 2024
1 parent 8234e87 commit 21c4a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-rename-files.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ test_that("rename paths in test file", {

test_that("does not remove non-R dots in filename", {
create_local_package()
local_mocked_bindings(challenge_uncommitted_changes = \(...) invisible())
local_mocked_bindings(challenge_uncommitted_changes = function(...) invisible())
git_init()

file_create(proj_path("R/foo.bar.R"))
Expand Down

0 comments on commit 21c4a7d

Please sign in to comment.