Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
asegun-cod committed Nov 20, 2023
1 parent 2791eb7 commit c4aacad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/testthat/test-app_config.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ test_that("trust configuration is still the same", {
expect_true(isTruthy(get_golem_config("comment_1")))
expect_false(isTruthy(get_golem_config("comment_2")))
expect_equal(get_golem_config("demography_1"), "gender")
expect_equal(get_golem_config("demography_2"), "age")
expect_equal(get_golem_config("demography_3"), "ethnicity")
expect_equal(get_golem_config("demography_2"), "ethnicity")

# trust_GOSH ----
withr::local_envvar("R_CONFIG_ACTIVE" = "trust_GOSH")
Expand Down

0 comments on commit c4aacad

Please sign in to comment.