Skip to content

Commit

Permalink
Fix rhub warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Puzzled-Face committed Nov 1, 2024
1 parent 4a58d07 commit 4d4e3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-createGrid.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ test_that("createGrid works when both nMin and nMax are specified and logging is
createGrid(p0 = 0.1, p1 = 0.4, alpha = 0.1, beta = 0.1, nMin = 20, nMax = 30)
)

withr::defer(futile.logger::flog.threshold(oldThreshold))
defer(futile.logger::flog.threshold(oldThreshold))
})

0 comments on commit 4d4e3ab

Please sign in to comment.