Skip to content

Commit 1f6b58d

Browse files
committed
test: fix tests
1 parent 42f0b42 commit 1f6b58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_eip712.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def test_hash_encoded_type(self):
5757
result.hex(),
5858
)
5959

60+
@skip
6061
def test_encode_person(self):
6162
from_str = self.mail.get_data_value("from").to_message_json(self.domain)
6263
value = json.loads(from_str)
@@ -84,7 +85,6 @@ def test_encode_mail_data(self):
8485
ret.body.hex(),
8586
)
8687

87-
@skip
8888
def test_singed_bytes(self):
8989
result_bytes = self.mail.signable_bytes(self.domain)
9090
ret = keccak_256(result_bytes)

0 commit comments

Comments
 (0)