Skip to content

Commit

Permalink
Added some pytests
Browse files Browse the repository at this point in the history
Signed-off-by: mxmar <macht4tech@gmail.com>
  • Loading branch information
mxmar committed Nov 8, 2023
1 parent 9d79b80 commit cc9c4f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_utils/test_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_normalize_input_list(input, result):
@pytest.mark.parametrize(
'input',
[
('0x00abfc563b1f859d24c91dde59b95621579792b00633b69b262d74ad1e9da3a4'),
'0x00abfc563b1f859d24c91dde59b95621579792b00633b69b262d74ad1e9da3a4',
]
)
def test_normalize_bls_withdrawal_credentials_to_bytes(input):
Expand All @@ -77,7 +77,7 @@ def test_normalize_bls_withdrawal_credentials_to_bytes(input):
@pytest.mark.parametrize(
'input',
[
('0x00abfc563b1f859d24c91dde59b95621579792b00633b69b262d74ad1e9da3a4'),
'0x00abfc563b1f859d24c91dde59b95621579792b00633b69b262d74ad1e9da3a4',
]
)
def test_validate_bls_withdrawal_credentials(input):
Expand Down

0 comments on commit cc9c4f4

Please sign in to comment.