Skip to content

Commit 5ba6054

Browse files
committed
Attach TODO to failing test
1 parent 4334ab2 commit 5ba6054

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

R-packages/covidcast/tests/testthat/test-wrangle.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ test_that("aggregated data can be made longer", {
7575
value = c(4, 6, 5, 1, 3, 2)),
7676
class = c("covidcast_signal_long", "data.frame")))
7777

78-
# Now try it long in the first place. Currently fails because wide format does
79-
# not preserve issue, stderr, sample_size, or lag.
78+
# Now try it long in the first place. TODO Currently fails because wide format
79+
# does not preserve issue, stderr, sample_size, or lag. Support should be
80+
# added for these columns.
8081
## agg_long <- aggregate_signals(list(foo, bar), format = "long")
8182
## expect_equal(long, agg_long)
8283
})

0 commit comments

Comments
 (0)