Skip to content

Commit 950d17f

Browse files
committed
test: fix hardcoded init value check
1 parent d2a531d commit 950d17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unitary/rewards_handler/test_rh_constructor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ def test_default_behavior(
3333
# eoa would be the deployer from which we revoke the role
3434
assert not rewards_handler.hasRole(rewards_handler.DEFAULT_ADMIN_ROLE(), boa.env.eoa)
3535
assert rewards_handler.eval("twa.twa_window") == 86_400 * 7
36-
assert rewards_handler.eval("twa.min_snapshot_dt_seconds") == 300 # 5 minutes
36+
assert rewards_handler.eval("twa.min_snapshot_dt_seconds") == 600 # 10 minutes

0 commit comments

Comments
 (0)