Skip to content

Commit

Permalink
fix: linter problem
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Feb 27, 2024
1 parent fa0088b commit 1efa895
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testthat/test-metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -643,9 +643,9 @@ test_that("xportr_metadata: Check metadata interaction with other functions", {

skip_if_not_installed("readxl")
var_spec <- readxl::read_xlsx(
system.file("specs", "ADaM_spec.xlsx", package = "xportr"),
sheet = "Variables"
) %>%
system.file("specs", "ADaM_spec.xlsx", package = "xportr"),
sheet = "Variables"
) %>%
dplyr::rename(type = "Data Type") %>%
dplyr::rename_with(tolower)

Expand Down

0 comments on commit 1efa895

Please sign in to comment.