Skip to content

Commit

Permalink
sources goofed (#2079)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaslek authored Jul 13, 2022
1 parent 05e809a commit 9e7cf49
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,19 +303,19 @@ def test_call_func_expect_queue(expected_queue, queue, func):
(
"call_income",
"av_view.display_income_statement",
["--export=csv", "--limit=5", "--quarter"],
["--export=csv", "--limit=5", "--quarter", "--source=av"],
{"ticker": "TSLA", "limit": 5, "quarterly": True, "export": "csv"},
),
(
"call_balance",
"av_view.display_balance_sheet",
["--export=csv", "--limit=5", "--quarter"],
["--export=csv", "--limit=5", "--quarter", "--source=av"],
{"ticker": "TSLA", "limit": 5, "quarterly": True, "export": "csv"},
),
(
"call_cash",
"av_view.display_cash_flow",
["--export=csv", "--limit=5", "--quarter"],
["--export=csv", "--limit=5", "--quarter", "--source=av"],
{"ticker": "TSLA", "limit": 5, "quarterly": True, "export": "csv"},
),
(
Expand Down

0 comments on commit 9e7cf49

Please sign in to comment.