Skip to content

Commit 04e962d

Browse files
committed
update tests
1 parent 4a3e8e5 commit 04e962d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_liteclient.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ async def client():
2424

2525
@pytest.mark.asyncio
2626
async def test_init():
27-
client = LiteClient.from_mainnet_config(random.randint(0, 8), trust_level=2)
27+
client = LiteClient.from_mainnet_config(ls_i=0, trust_level=2)
2828
await client.connect()
2929
await client.reconnect()
3030
await client.close()
3131

32-
client = LiteClient.from_testnet_config(random.randint(0, 5), trust_level=2)
32+
client = LiteClient.from_testnet_config(ls_i=12, trust_level=2)
3333
await client.connect()
3434
await client.reconnect()
3535
await client.close()

0 commit comments

Comments
 (0)