Skip to content

Commit

Permalink
refactor: small change
Browse files Browse the repository at this point in the history
  • Loading branch information
philsv committed Nov 9, 2023
1 parent 5b106f9 commit 47b279a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_myeia.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def test_get_series(series_id, start_date, end_date):
[
("natural-gas/pri/fut", "RNGC1", "daily", "series", None, None),
("natural-gas/pri/fut", ["RNGC1", "RNGC2"], "daily", "series", None, None),
("natural-gas/pri/fut", ["RNGC1", "RNGC2"], "daily", "series", "2021-01-01", "2021-11-31"),
("natural-gas/pri/fut", ["RNGC1", "RNGC2"], "daily", "series", "2021-01-01", "2021-11-30"),
("petroleum/stoc/wstk", "WCESTUS1", "weekly", "series", None, None),
("petroleum/move/pipe", "MD0MP_R10-R20_1", "monthly", "series", None, None),
("petroleum/crd/crpdn", "MCRFPP51", "monthly", "series", None, None),
Expand Down

0 comments on commit 47b279a

Please sign in to comment.