From 1274389702b5c5918f373695bbac5baf37bd419d Mon Sep 17 00:00:00 2001 From: ape364 Date: Sat, 4 May 2024 03:23:57 +0500 Subject: [PATCH] add test --- tests/test_logs.py | 4 ++++ 1 file changed, 4 insertions(+) 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):