Add blank lines to fix linter

This commit is contained in:
Justin Traglia 2024-08-26 17:02:42 -05:00 committed by GitHub
parent 8e90dd06c3
commit 725f96349b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,6 +41,7 @@ def test_basic_withdrawal_request(spec, state):
spec, state, withdrawal_request
)
@with_electra_and_later
@spec_state_test
def test_basic_withdrawal_request_with_first_validator(spec, state):
@ -64,6 +65,7 @@ def test_basic_withdrawal_request_with_first_validator(spec, state):
spec, state, withdrawal_request
)
@with_electra_and_later
@spec_state_test
def test_basic_withdrawal_request_with_compounding_credentials(spec, state):