mirror of
https://github.com/FlipsideCrypto/web3.py.git
synced 2026-02-06 10:56:47 +00:00
started tests for shh-module
This commit is contained in:
parent
2d2cfef47b
commit
5f5557fcc7
2
tests/shh-module/test_shh_newIdentity.py
Normal file
2
tests/shh-module/test_shh_newIdentity.py
Normal file
@ -0,0 +1,2 @@
|
||||
def test_shh_newIdentity(web3):
|
||||
test
|
||||
2
tests/shh-module/test_shh_properties.py
Normal file
2
tests/shh-module/test_shh_properties.py
Normal file
@ -0,0 +1,2 @@
|
||||
def test_shh_version(web3):
|
||||
assert web3.shh.version == 2
|
||||
Loading…
Reference in New Issue
Block a user