Skip to content

Commit

Permalink
test if ragg can write text on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed May 6, 2024
1 parent 3618c84 commit 4e988c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-grob.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test_that("grob looks as it should (sadly too complex to test other way)", {
skip_on_os("linux")
file <- tempfile()
ragg::agg_png(file, width = 500, height = 1000)
grid.draw(grob1)
grid.draw(textGrob("test"))
dev.off()

expect_snapshot_file(file, "marquee_grob.png")
Expand Down

0 comments on commit 4e988c0

Please sign in to comment.