Skip to content

Commit

Permalink
arguments orders and names check across function
Browse files Browse the repository at this point in the history
  • Loading branch information
Karim-Mane committed Nov 6, 2023
1 parent bc383a9 commit 3f4c027
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/testthat/test-read_from_fingertips-helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -467,13 +467,13 @@ httptest::with_mock_api({
testthat::skip_on_cran()
testthat::skip_if_offline()
res <- get_profile_name(
profile_id = 19L,
profile_name = "Public Health Outcomes Framework",
metadata = list(
indicator_profile_domain = fingertipsR::indicators(),
indicator_ids_names = fingertipsR::indicators_unique(),
area_type = fingertipsR::area_types()
),
profile_id = 19L,
profile_name = "Public Health Outcomes Framework"
indicator_ids_names = fingertipsR::indicators_unique(),
area_type = fingertipsR::area_types()
)
)
expect_type(res, "list")
expect_length(res, 2L)
Expand Down

0 comments on commit 3f4c027

Please sign in to comment.