Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
HediaTnani committed Jan 8, 2024
1 parent 0bee5f5 commit 4df643f
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 @@ -61,6 +61,6 @@ test_that("getDegTx works with original and altered row names", {
rownames(altered_covComb_tx_deg) <- gsub("\\..*", "", rownames(covComb_tx_deg))
altered_results <- getDegTx(altered_covComb_tx_deg,select_transcripts("cell_component"))

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

0 comments on commit 4df643f

Please sign in to comment.