Skip to content

Commit

Permalink
Update test-pathway.R
Browse files Browse the repository at this point in the history
  • Loading branch information
noriakis committed Aug 24, 2023
1 parent 45ee6b9 commit e9a5aa4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat/test-pathway.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ test_that("process_line without errors", {
test_that("process_reaction without errors", {
expect_error( create_test_pathway(line=TRUE) |> process_reaction(), NA)
})
test_that("ggkegg (pathway) without errors", {
expect_error( ggkegg("hsa04110"), NA)
})

0 comments on commit e9a5aa4

Please sign in to comment.