Skip to content

Commit 51d5881

Browse files
gliptakjreback
authored andcommitted
Correct test_wdi_download (#350)
1 parent 526b832 commit 51d5881

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas_datareader/tests/test_wb.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ def test_wdi_download(self):
5757
# data revisions in the future).
5858
expected = {'NY.GDP.PCAP.CD': {('Canada', '2004'): 32000.0,
5959
('Canada', '2003'): 28000.0,
60+
('Kosovo', '2004'): 2000.0,
61+
('Kosovo', '2003'): 2000.0,
6062
('Mexico', '2004'): 7000.0,
6163
('Mexico', '2003'): 7000.0,
6264
('United States', '2004'): 42000.0,

0 commit comments

Comments
 (0)