Skip to content

Commit

Permalink
fix test that still requires farver (inadvertently)
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed Aug 29, 2023
1 parent f80562e commit 00ef827
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat/test-simplifyColorData.R
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ test_that("simplifyColorData: two colors / moisture state, color percentages pro
test_that("simplifyColorData: missing data", {

skip_if_not_installed("rvest")

# fix for running tests with aqp <2.0
skip_if_not_installed("farver")

# two colors / moisture state, color percentages provided
suppressMessages({
Expand Down

0 comments on commit 00ef827

Please sign in to comment.