Skip to content

Commit

Permalink
lintr: remove exception no longer necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Feb 29, 2024
1 parent a893a77 commit 596d95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-length.R
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ test_that("xportr_length: Domain not in character format", {
require(haven, quietly = TRUE)
require(readxl, quietly = TRUE)

ADAE <- read_sas(system.file("extdata", "adae.sas7bdat", package = "xportr")) # nolint: object_name.
ADAE <- read_sas(system.file("extdata", "adae.sas7bdat", package = "xportr"))
met <- read_excel(system.file("specs", "ADaM_spec.xlsx", package = "xportr"), 3)

expect_error(
Expand Down

0 comments on commit 596d95c

Please sign in to comment.