Skip to content

Commit d726e33

Browse files
committed
chore(ruff): changes to tests/paris/.
1 parent c411805 commit d726e33

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

tests/paris/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
"""
2-
Test cases for EVM functionality introduced in Paris (Merge).
3-
"""
1+
"""Test cases for EVM functionality introduced in Paris (Merge)."""

tests/paris/security/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
"""
2-
Ethereum execution client tests related to security issues.
3-
"""
1+
"""Ethereum execution client tests related to security issues."""

tests/paris/security/test_selfdestruct_balance_bug.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
def test_tx_selfdestruct_balance_bug(blockchain_test: BlockchainTestFiller, pre: Alloc):
3131
"""
3232
Test that the vulnerability is not present by checking the balance of the
33-
`0xaa` contract after executing specific transactions:
33+
`0xaa` contract after executing specific transactions.
3434
3535
1. Start with contract `0xaa` which has initial balance of 3 wei.
3636
`0xaa` contract code simply performs a self-destruct to itself.

0 commit comments

Comments
 (0)