Skip to content

Commit

Permalink
Merge pull request #94 from piotr-roslaniec/fix-openzeppelin
Browse files Browse the repository at this point in the history
Fix `conftest.py` attempting to use incorrect `openzeppelin`
  • Loading branch information
cygnusv committed Jul 3, 2023
2 parents d6f07bd + 03eb2b3 commit 10cb497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/application/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
REWARD_DURATION = 60 * 60 * 24 * 7 # one week in seconds
DEAUTHORIZATION_DURATION = 60 * 60 * 24 * 60 # 60 days in seconds

DEPENDENCY = project.dependencies["openzeppelin"]["4.8.1"]
DEPENDENCY = project.dependencies["openzeppelin"]["4.9.1"]


@pytest.fixture()
Expand Down

0 comments on commit 10cb497

Please sign in to comment.