-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect column label in nasdaq_model.py (#4063)
* Fix incorrect column label in nasdaq_model.py 'Time (GMT)' changed to 'Time (ET)' * Update tests --------- Co-authored-by: petycomppety <[email protected]> Co-authored-by: James Maslek <[email protected]>
- Loading branch information
1 parent
a3a1345
commit 4c80b75
Showing
6 changed files
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/openbb_terminal/economy/csv/test_nasdaq_model/test_get_economic_calendar.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
tests/openbb_terminal/economy/txt/test_nasdaq_view/test_display_big_mac_index[False].txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
tests/openbb_terminal/economy/txt/test_nasdaq_view/test_display_economic_calendar.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Time (GMT) Country Event Actual Consensus Previous Date | ||
0 08:30 United States Continuing Jobless Claims 1,385K 1,375K 1,364K 2022-10-20 | ||
1 08:30 United States Initial Jobless Claims 214K 230K 226K 2022-10-20 | ||
2 08:30 United States Jobless Claims 4-Week Avg. 212.25K - 211.00K 2022-10-20 | ||
Time (ET) Country Event Actual Consensus Previous Date | ||
0 08:30 United States Continuing Jobless Claims 1,385K 1,375K 1,364K 2022-10-20 | ||
1 08:30 United States Initial Jobless Claims 214K 230K 226K 2022-10-20 | ||
2 08:30 United States Jobless Claims 4-Week Avg. 212.25K - 211.00K 2022-10-20 | ||
|