We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e289d commit a2076a2Copy full SHA for a2076a2
tests/unit_tests/asyncio_/test_substrate_interface.py
@@ -19,9 +19,7 @@ async def test_invalid_url_raises_exception():
19
await async_substrate.initialize()
20
21
with pytest.raises(InvalidURI):
22
- async with AsyncSubstrateInterface(
23
- "non_existent_entry_point"
24
- ) as _:
+ async with AsyncSubstrateInterface("non_existent_entry_point") as _:
25
pass
26
print("test_invalid_url_raises_exception succeeded")
27
0 commit comments