Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 26, 2023
1 parent a05b61f commit 19b2ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-n_factors.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ test_that("n_factors, EGAnet does not fail", {
skip_on_cran()
skip_if_not_installed("EGAnet")
set.seed(333)
x <- n_factors(mtcars, package = "EGAnet")
x <- n_factors(mtcars[, 1:4], package = "EGAnet")
expect_identical(ncol(x), 3L)
expect_identical(nrow(x), 1L)
expect_identical(
Expand Down

0 comments on commit 19b2ec9

Please sign in to comment.