Skip to content

Commit

Permalink
Update tests/testthat/test-cast_mat_to_long_pem.R
Browse files Browse the repository at this point in the history
Co-authored-by: Isaac Gravestock <[email protected]>
  • Loading branch information
mattsecrest and gravesti authored Oct 24, 2024
1 parent ee819c5 commit 8ccfa4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-cast_mat_to_long_pem.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ test_that("cast_mat_to_long_pem returns correct number of rows", {
result <- cast_mat_to_long_pem(anls)
long_df <- as.data.frame(result@data_matrix)
expect_equal(nrow(long_df), expected_rows)
})
})

0 comments on commit 8ccfa4a

Please sign in to comment.