Skip to content

Commit

Permalink
Fix BioC HiC test
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrismer committed Jan 17, 2022
1 parent 41c3c13 commit e314113
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testthat/test-hic.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ test_that("parse_juicer_matrix", {
skip_if(Sys.getenv("R_ARCH") == "/i386",
"requires 64-bit version of Python")
expect_error(expect_output(parse_juicer_matrix("wrong/path",
use_python = "",
use_virtualenv = "")),
"No module named")
use_python = NULL,
use_virtualenv = NULL)),
"No module named|Specified version of python")
})

test_that("parse_juicer_matrix", {
Expand Down

0 comments on commit e314113

Please sign in to comment.