Skip to content

Commit

Permalink
fix conftest using incorrect openzeppelin version
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Jun 30, 2023
1 parent d6f07bd commit 03eb2b3
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 03eb2b3

Please sign in to comment.