forked from cerc-io/laconicd-deprecated
3 lines
79 B
Python
3 lines
79 B
Python
|
def test_basic(cluster):
|
||
|
w3 = cluster.w3
|
||
|
assert w3.eth.chain_id == 9000
|