refactoring

This commit is contained in:
2021-12-03 11:56:09 +01:00
parent 68f3e428ab
commit 1f8104b1a0
2 changed files with 7 additions and 14 deletions

View File

@ -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,