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