Skip to content

Commit

Permalink
update utils tests
Browse files Browse the repository at this point in the history
  • Loading branch information
afwillia committed Jul 11, 2024
1 parent 271ad1f commit c99d53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_utils.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
context("Test utils")

testthat("parse_env_var handles empty string", {
test_that("parse_env_var handles empty string", {
expect_error(parse_env_var(""), "delimiter not in")
expect_error(parse_env_var(Sys.getenv(".fake_env")), "delimiter not in")
})
Expand Down

0 comments on commit c99d53e

Please sign in to comment.