Skip to content

Commit

Permalink
change test in shinyCircos
Browse files Browse the repository at this point in the history
  • Loading branch information
tnaake committed Apr 18, 2023
1 parent c3f50fb commit 39dea99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_shinyApp.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test_that("shinyCircos", {
expect_error(shinyCircos(1:2, sps = spectra, condition),
"no slot of name \"metadata\" for this object of class")
expect_error(shinyCircos(similarityMat, sps = NULL, condition),
"trying to get slot \"metadata\" from an object")
"no applicable method for ")
expect_error(shinyCircos(similarityMat, sps = spectra, "a"),
"no slot of name \"metadata\" for this object of class")
})
Expand Down

0 comments on commit 39dea99

Please sign in to comment.