diff --git a/tests/test_logs.py b/tests/test_logs.py index 05562dd..27c523f 100644 --- a/tests/test_logs.py +++ b/tests/test_logs.py @@ -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):