Skip to content

Commit

Permalink
Fix R CMD Check error
Browse files Browse the repository at this point in the history
  • Loading branch information
Puzzled-Face committed Nov 1, 2024
1 parent 4d4e3ab commit d58593d
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)
)

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

0 comments on commit d58593d

Please sign in to comment.