Skip to content

Commit

Permalink
fix: pass the domain name explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Feb 1, 2024
1 parent d38bc17 commit ffac454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/support-test.R
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ multiple_vars_in_spec_helper <- function(FUN) {
local_cli_theme()

adsl %>%
FUN(metadata) %>%
FUN(metadata, "adsl") %>%
testthat::expect_message("There are multiple specs for the same variable name")
}

Expand Down

0 comments on commit ffac454

Please sign in to comment.