Skip to content

Commit 93cf733

Browse files
committed
style: styler (GHA)
1 parent 6dcf722 commit 93cf733

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/testthat/test-epi_slide_opt_archive.R

+2-4
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ test_that("epi_slide_opt_archive_one_epikey works as expected", {
3535
),
3636
tibble(
3737
version = 13, time_value = 8:10, value = c(9, 9, 10),
38-
slide_value = frollmean(c(6, 7, 9, 9, 10), 3, algo = "exact")[-(1:2)]
38+
slide_value = frollmean(c(6, 7, 9, 9, 10), 3, algo = "exact")[-(1:2)]
3939
),
4040
tibble(
4141
version = 14, time_value = 11:13, value = c(NA, 12, 13), slide_value = rep(NA_real_, 3L)
@@ -62,13 +62,11 @@ test_that("epi_slide_opt_archive_one_epikey works as expected", {
6262
x %>%
6363
arrange(time_value) %>%
6464
select(version, time_value, everything())
65-
})
66-
,
65+
}),
6766
expected
6867
)
6968

7069
# TODO check about version nesting ordering
71-
7270
})
7371

7472
# TODO tests on example data sets

0 commit comments

Comments
 (0)