Skip to content

Commit

Permalink
🎨 Run black
Browse files Browse the repository at this point in the history
  • Loading branch information
itsthejoker committed Oct 5, 2023
1 parent 1061656 commit b2c162b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_asbestos.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ def test_override_response_fetchmany_with_iterable() -> None:

@set_override_response(LARGE_BATCH_RESPONSE)
def test_override_response_fetchmany_large_iterable() -> None:

with asbestos_cursor() as cursor:
cursor.execute(INVALID_QUERY)
assert cursor.fetchmany() == LARGE_BATCH_RESPONSE
Expand Down

0 comments on commit b2c162b

Please sign in to comment.