Skip to content

Commit

Permalink
Add to DEqual in the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
HediaTnani committed Jan 9, 2024
1 parent 82a0542 commit aa1c6a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-DEqual.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ random_de <- data.frame(
row.names = sample(rownames(degradation_tstats), nrow(degradation_tstats))
)

# Test if the input is a dataframe
# Test if the input to DEqual is a dataframe
test_that("Input to DEqual is a dataframe", {

DEqual(random_de)

# Test if the input is a dataframe
# Test if the input to DEqual is a dataframe
expect_true(is.data.frame(random_de), "The input to DEqual is not a dataframe.")
})

Expand Down

0 comments on commit aa1c6a3

Please sign in to comment.