Skip to content

Commit 1ee8e64

Browse files
committed
1. typo fix
1 parent a6a3602 commit 1ee8e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/server/test_covidcast.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def _insert_placeholder_set_four(self):
6868
self._make_placeholder_row(source='src1', signal=str(i)*5, value=i*1., stderr=i*10., sample_size=i*100.)[0]
6969
for i in [1, 2, 3]
7070
] + [
71-
# signal intended to overlap with source above
71+
# signal intended to overlap with the signal above
7272
self._make_placeholder_row(source='src2', signal=str(i-3)*5, value=i*1., stderr=i*10., sample_size=i*100.)[0]
7373
for i in [4, 5, 6]
7474
]

0 commit comments

Comments
 (0)