Skip to content

Commit

Permalink
Remove expect_true from the unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
HediaTnani committed Jan 9, 2024
1 parent 892280b commit 3117343
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-DEqual.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ test_that("DEqual correctly processes random_de", {
# Expect an error when rownames do not start with "ENST"
expect_error(DEqual(altered_random_de), "Error: Some rownames do not start with 'ENST'.")
})


0 comments on commit 3117343

Please sign in to comment.