Skip to content

Commit

Permalink
Update tests/testthat/test-tmap_mode.R
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Aug 21, 2024
1 parent 2dfd038 commit b58cbcf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/testthat/test-tmap_mode.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
test_that("tmap_mode is plot by default.", {
skip_on_cran()
tmap_mode("plot")
expect_message(tmap_mode(), "current tmap mode is \"plot\"")
expect_message(tmap_mode(), "Current tmap mode is \"plot\"")
})

0 comments on commit b58cbcf

Please sign in to comment.