Skip to content

Commit

Permalink
Use expect equal instead of expect_equivalent
Browse files Browse the repository at this point in the history
  • Loading branch information
HediaTnani committed Jan 8, 2024
1 parent a8ed21b commit 0bee5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-getDegTx.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ test_that("getDegTx works with original and altered row names", {
altered_results <- getDegTx(altered_covComb_tx_deg,select_transcripts("cell_component"))

# Test if the results are equivalent
expect_equivalent(original_results, altered_results)
expect_equal(original_results, altered_results)
})

0 comments on commit 0bee5f5

Please sign in to comment.