summaryrefslogtreecommitdiff
path: root/tests/testthat
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testthat')
-rw-r--r--tests/testthat/text-heatmap.R (renamed from tests/testthat/test-corplot.R)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test-corplot.R b/tests/testthat/text-heatmap.R
index 2aecdc1..94ea14e 100644
--- a/tests/testthat/test-corplot.R
+++ b/tests/testthat/text-heatmap.R
@@ -1,5 +1,5 @@
test_that("returns a ggplot object", {
x <- matrix(data = rnorm(100), nrow = 10)
- p <- corplot(x)
+ p <- heatmap(x)
inherits(p, 'ggplot')
})