Skip to content

Commit

Permalink
Fix lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Dec 17, 2024
1 parent 551de6f commit 8c22f2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-get_error_path.R
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ test_that("Instance path index interpolation overriding works", {
# Create interoplated instance path to the second modeling task,
# overriding the `model_task_i` value in the caller environment
glue::glue_data(
list(model_task_i = 2L),
get_error_path(schema, "origin_date", "instance")
list(model_task_i = 2L),
get_error_path(schema, "origin_date", "instance")
)
})

0 comments on commit 8c22f2d

Please sign in to comment.