Skip to content

Commit

Permalink
remove unnecessary branch specification
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Dec 18, 2024
1 parent 77a99af commit d5b8201
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/testthat/test-create_target_metadata_item.R
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ test_that("Target_keys of length more than 1 are not allowed post v4.0.1", {
target_keys = list(target = "inc hosp"),
target_type = "discrete",
is_step_ahead = TRUE,
time_unit = "week",
branch = "ak/v4.0.1/restrict-target-key-value-pair-n/117"
time_unit = "week"
)
expect_s3_class(target_keys_n1, "target_metadata_item")
expect_length(target_keys_n1$target_keys, 1L)
Expand Down

0 comments on commit d5b8201

Please sign in to comment.