Skip to content

Commit

Permalink
#271 add_hms: style files
Browse files Browse the repository at this point in the history
  • Loading branch information
bundfussr committed Nov 14, 2024
1 parent 7a88ee0 commit 483e4b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/testthat/test-write.R
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,10 @@ test_that("xportr_write Test 17: `split_by` attribute is used to split the data"

dts <- data_to_save()
expect_warning(
dts %>%
xportr_split(split_by = "X") %>%
xportr_write(path = tmp),
class = "lifecycle_warning_deprecated"
dts %>%
xportr_split(split_by = "X") %>%
xportr_write(path = tmp),
class = "lifecycle_warning_deprecated"
)

expect_true(
Expand Down

0 comments on commit 483e4b9

Please sign in to comment.