Skip to content

Commit 1e0ee7e

Browse files
authored
style: fix; add note
1 parent 8364ad8 commit 1e0ee7e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tests/unit/test_erc7201.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ def test_erc7201_hex_namespace():
4040

4141

4242
@pytest.mark.parametrize(
43-
"namespace,expected",
44-
[
45-
("example.main", 0x183a6125c38840424c4a85fa12bab2ab606c4b6d0e7cc73c0c06ba5300eab500),
46-
],
43+
# see: https://eips.ethereum.org/EIPS/eip-7201#reference-implementation
44+
(
45+
"example.main",
46+
0x183a6125c38840424c4a85fa12bab2ab606c4b6d0e7cc73c0c06ba5300eab500,
47+
),
4748
)
4849
def test_erc7201_reference(namespace, expected):
4950
assert erc7201_storage_slot(namespace) == expected

0 commit comments

Comments
 (0)