Skip to content

Commit

Permalink
Update the unit test output is a ggplot
Browse files Browse the repository at this point in the history
  • Loading branch information
HediaTnani committed Jan 16, 2024
1 parent d5071b5 commit d066823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-DEqual.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test_that("DE does not have column 't'", {

# Test that the output is a ggplot object
test_that("output is a ggplot", {
expect_equal(class(DEqual(random_de)), c("ggplot","gg"))
expect_equal(class(DEqual(random_de)), c("gg", "ggplot"))
})

# Test for rownames starting with "ENST"
Expand Down

0 comments on commit d066823

Please sign in to comment.