tests/testthat/test-add_TWRI_logo.R

test_that("add_TWRI_logo", {
  x <- ggplot(dissolved_oxygen) +
    geom_point(aes(end_date, min_do))
  x <- (x)
  testthat::expect_s3_class(x, "ggplot")
})
TxWRI/twriTemplates documentation built on Oct. 20, 2023, 2:06 p.m.