Skip to content

Commit

Permalink
Update test-io.R
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersonfparil authored Jun 8, 2024
1 parent 0feae0f commit 78eb0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-io.R
Original file line number Diff line number Diff line change
Expand Up @@ -313,5 +313,5 @@ test_that("fn_estimate_memory_footprint", {
list_mem = fn_estimate_memory_footprint(X=X, verbose=TRUE)
expect_equal(list_mem$size_X, object.size(X))
expect_equal(list_mem$size_total > list_mem$size_X, TRUE)
expect_equal(list_mem$n_threads, 5)
expect_equal(list_mem$n_threads, 4)
})

0 comments on commit 78eb0b8

Please sign in to comment.