refactoring
This commit is contained in:
@ -181,7 +181,6 @@ class FunctionsTestCase(IsolatedAsyncioTestCase):
|
||||
mock__get_single_company_financials.assert_called_once_with(symbol, quarterly, mock_session)
|
||||
mock__get_single_company_financials.reset_mock()
|
||||
|
||||
# keep
|
||||
test_symbol1, test_symbol2 = 'x', 'y'
|
||||
expected_output = {test_symbol1: expected_output, test_symbol2: expected_output}
|
||||
output = await functions.get_company_financials(test_symbol1, test_symbol2,
|
||||
|
Reference in New Issue
Block a user