Commit 60f6cc7
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 bcf0191 commit 60f6cc7
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 | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments