Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TAdev0 committed Jun 13, 2024
1 parent c05e163 commit 652c687
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/governor_test.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -836,8 +836,7 @@ fn test_verify_votes_are_counted_over_voting_weight_smoothing_duration_from_star

advance_time(config.voting_period + config.execution_delay);

// execute the proposal
// if the quorum was not met, this should fail
// Execute the proposal. If the quorum was not met, this should fail.
governor
.execute(
id, array![transfer_call(token: token, recipient: recipient(), amount: 100)].span()
Expand Down

0 comments on commit 652c687

Please sign in to comment.