Skip to content

Commit

Permalink
Remove global memoise option in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Grenié committed Mar 19, 2024
1 parent d8bc50f commit a82b8ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ library(fundiversity)

if (requireNamespace("testthat", quietly = TRUE)) {
library(testthat)
options(fundiversity.memoise = TRUE)
test_check("fundiversity")
}

0 comments on commit a82b8ca

Please sign in to comment.