Skip to content

Commit b92ccbe

Browse files
committed
refactor: small smoke test demo change
1 parent 9177e01 commit b92ccbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

smoke_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
# Covidcast test
3939
print("Covidcast Test")
4040
epidata = CovidcastEpidata()
41-
print(epidata.source_names)
41+
print(epidata.source_names())
42+
print(epidata.signal_names("fb-survey"))
4243
epidata["fb-survey"].signal_df
4344
apicall = epidata[("fb-survey", "smoothed_cli")].call(
4445
"nation",

0 commit comments

Comments
 (0)