We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3e8e5 commit 04e962dCopy full SHA for 04e962d
tests/test_liteclient.py
@@ -24,12 +24,12 @@ async def client():
24
25
@pytest.mark.asyncio
26
async def test_init():
27
- client = LiteClient.from_mainnet_config(random.randint(0, 8), trust_level=2)
+ client = LiteClient.from_mainnet_config(ls_i=0, trust_level=2)
28
await client.connect()
29
await client.reconnect()
30
await client.close()
31
32
- client = LiteClient.from_testnet_config(random.randint(0, 5), trust_level=2)
+ client = LiteClient.from_testnet_config(ls_i=12, trust_level=2)
33
34
35
0 commit comments