Skip to content

Commit b1ae4da

Browse files
committed
style: styler (GHA)
1 parent 9a451b0 commit b1ae4da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testthat/test-archive.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ test_that("data.frame must contain geo_value, time_value and version columns", {
2121
test_that("as_epi_archive custom name mapping works correctly", {
2222
# custom name works correctly
2323
suppressWarnings(expect_equal(
24-
as_epi_archive(rename(dt, weirdName = version), version = weirdName),
24+
as_epi_archive(rename(dt, weirdName = version), version = weirdName),
2525
as_epi_archive(dt)
2626
))
2727
suppressWarnings(expect_equal(
2828
as_epi_archive(rename(dt, weirdName = geo_value), geo_value = weirdName),
2929
as_epi_archive(dt)
3030
))
3131
suppressWarnings(expect_equal(
32-
as_epi_archive(rename(dt, weirdName = time_value), time_value = weirdName),
32+
as_epi_archive(rename(dt, weirdName = time_value), time_value = weirdName),
3333
as_epi_archive(dt)
3434
))
3535

0 commit comments

Comments
 (0)