Skip to content

Commit 58e8676

Browse files
committed
Merge pull request #3812 from gliptak/patch-1
correct FRED test (GDP changed ...)
2 parents e9a00c4 + 510d350 commit 58e8676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/tests/test_fred.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def test_fred(self):
2929
try:
3030
self.assertEquals(
3131
web.DataReader("GDP", "fred", start, end)['GDP'].tail(1),
32-
16010.2)
32+
16004.5)
3333

3434
self.assertRaises(
3535
Exception,

0 commit comments

Comments
 (0)