Skip to content

Commit

Permalink
Update styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiromagno committed May 4, 2024
1 parent 3dba6d9 commit 04254ac
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/testthat/test-assign_datetime.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ test_that("assign_datetime: date and time conversion", {
)

problems_index <- seq(1L, 14L)[-c(5L, 9L)]
problems <- tibble::tibble(..i = problems_index,
MDEDR = md1$MDEDR[problems_index],
MDETM = md1$MDETM[problems_index])
problems <- tibble::tibble(
..i = problems_index,
MDEDR = md1$MDEDR[problems_index],
MDETM = md1$MDETM[problems_index]
)

cmstdtc <-
structure(
Expand Down Expand Up @@ -74,5 +76,4 @@ test_that("assign_datetime: date and time conversion", {
dplyr::bind_cols(tibble::tibble(CMSTDTC = cmstdtc))

expect_equal(object = cm1, expected = expected)

})

0 comments on commit 04254ac

Please sign in to comment.