Skip to content

Commit

Permalink
test: fix ZERO_ADDRESS definition
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoCentonze committed Feb 4, 2025
1 parent 17cc521 commit 8f98529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unitary/factory/test_deploy_pool.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import boa
import pytest

from tests.unitary.pool.token.test_permit import ZERO_ADDRESS
ZERO_ADDRESS = boa.eval("empty(address)")


@pytest.fixture(scope="module")
Expand Down

0 comments on commit 8f98529

Please sign in to comment.