Skip to content

Commit

Permalink
Fix: uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
F4ever committed Feb 9, 2024
1 parent abdfdee commit d9f21c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/regression/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
def autoexecute_vote(helpers, vote_ids_from_env, accounts, stranger):
if vote_ids_from_env:
helpers.execute_votes(accounts, vote_ids_from_env, contracts.voting, topup="0.5 ether")
# else:
# start_and_execute_votes(contracts.voting, helpers)
else:
start_and_execute_votes(contracts.voting, helpers)

# if os.getenv(ENV_FILL_SIMPLE_DVT):
# print(f"Prefilling SimpleDVT...")
# fill_simple_dvt_ops_vetted_keys(stranger)
if os.getenv(ENV_FILL_SIMPLE_DVT):
print(f"Prefilling SimpleDVT...")
fill_simple_dvt_ops_vetted_keys(stranger)

if os.getenv(ENV_REPORT_AFTER_VOTE):
oracle_report(cl_diff=ETH(523), exclude_vaults_balances=False)

0 comments on commit d9f21c3

Please sign in to comment.