Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
ape364 committed May 3, 2024
1 parent a1a2960 commit 1274389
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ async def logs():
await c.close()


def test_module(logs):
assert logs._module == 'logs'


@pytest.mark.asyncio
async def test_get_logs_raises_value_error_when_no_address_or_topics_provided(logs):
with pytest.raises(ValueError):
Expand Down

0 comments on commit 1274389

Please sign in to comment.