Skip to content

Commit cbaa17b

Browse files
committed
this should test on mac
1 parent bd302f8 commit cbaa17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-theme-elements.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ test_that("theme element works with 'b/w'", {
7373
# for code coverage we build the plot without printing it
7474
out <- ggplot2::build_ggplot(p2) |>
7575
ggplot2::gtable_ggplot()
76-
skip_on_os(c("windows", "linux", "solaris", "mac"))
76+
skip_on_os(c("windows", "linux", "solaris"))
7777

7878
vdiffr::expect_doppelganger("p2", p2)
7979
})

0 commit comments

Comments
 (0)