Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
petarTxFusion committed Nov 8, 2024
1 parent 42f0b42 commit 1f6b58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_eip712.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def test_hash_encoded_type(self):
result.hex(),
)

@skip
def test_encode_person(self):
from_str = self.mail.get_data_value("from").to_message_json(self.domain)
value = json.loads(from_str)
Expand Down Expand Up @@ -84,7 +85,6 @@ def test_encode_mail_data(self):
ret.body.hex(),
)

@skip
def test_singed_bytes(self):
result_bytes = self.mail.signable_bytes(self.domain)
ret = keccak_256(result_bytes)
Expand Down

0 comments on commit 1f6b58d

Please sign in to comment.