Skip to content

Commit e1ac034

Browse files
author
alvarob96
committed
updated tests
1 parent 3b62bb8 commit e1ac034

File tree

2 files changed

+52
-54
lines changed

2 files changed

+52
-54
lines changed

Diff for: .idea/workspace.xml

+50-52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: tests/test_investing.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ def test_investing():
1010
This function checks that main functions of investpy work properly.
1111
"""
1212

13-
investpy.get_recent_data(equity='enegás',
13+
investpy.get_recent_data(equity='enagás',
1414
as_json=True,
1515
order='ascending')
1616

17-
investpy.get_historical_data(equity='enegás',
17+
investpy.get_historical_data(equity='enagás',
1818
start='30/10/2018',
1919
end='30/12/2018',
2020
as_json=False,

0 commit comments

Comments
 (0)