Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Oct 16, 2023
1 parent 865edca commit 50d9377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-parameters.R
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ test_that("set defaults into environment if missing", {

test_that("fill in missing parameters", {
envir <- list2env(list(b = 3, c = 4), parent = new.env())
mock_get <- mockery::mock({envir$a <- 1})
mock_get <- mockery::mock(envir$a <- 1)
mockery::stub(check_parameters_interactive,
"get_missing_parameters_interactive",
mock_get)
Expand Down

0 comments on commit 50d9377

Please sign in to comment.