Skip to content

Commit

Permalink
Minor test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dgunning committed Aug 27, 2024
1 parent 455a58b commit 9339b6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_xbrl_financials.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ async def test_get_shareholder_equity_statement_for_10K(apple_xbrl):
assert len(statement.data) == 18


@pytest.mark.asyncio
def test_get_statement_name(apple_xbrl):
financials = Financials(apple_xbrl)
statement: Statement = financials.get_cash_flow_statement()
Expand Down

0 comments on commit 9339b6b

Please sign in to comment.