Commit 50cc950
committed
Correct error in metadata test
It should not be possible to have two signals with the same source,
signal, time_type, and geo_type. This will cause a query for that signal
to have two metadata rows attached to the covidcast_signal data frame,
which will confuse everything.1 parent 88cebdc commit 50cc950
File tree
2 files changed
+2
-2
lines changed- R-packages/covidcast/tests/testthat
- api.covidcast.cmu.edu/epidata
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments