Skip to content

Commit

Permalink
update test metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Sep 7, 2023
1 parent 44a1f7d commit 5d95612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-repeat_linter.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ test_that("test repeat_linter", {
}
}"),
list(
list(message = msg, line_number = 2L, column_number = 1L, ranges = list(c(1L, 12L))),
list(message = msg, line_number = 4L, column_number = 1L, ranges = list(c(1L, 12L)))
list(message = msg, line_number = 2L, column_number = 3L, ranges = list(c(3L, 14L))),
list(message = msg, line_number = 4L, column_number = 3L, ranges = list(c(3L, 14L)))
),
linter
)
Expand Down

0 comments on commit 5d95612

Please sign in to comment.