Skip to content

Commit

Permalink
test: remove faulty tests
Browse files Browse the repository at this point in the history
CRAN release ?
  • Loading branch information
rCarto committed Jul 6, 2023
1 parent 5651f91 commit 459cbe0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions inst/tinytest/test_pkg_utils.R
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
if (!is.null(dev.list())) {
dev.off()
}
expect_error(mapsf:::test_cur_plot())
mtq <- mf_get_mtq()
expect_silent(mapsf:::load_default_theme())
m <- sf::st_transform(mtq, "EPSG:4326")
mf_map(m)
expect_error(mf_scale())

0 comments on commit 459cbe0

Please sign in to comment.