Skip to content

Commit

Permalink
Governance-v2: Update proposal_id consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas committed Oct 30, 2023
1 parent b9361ef commit 4c73589
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions energy-integration/governance-v2/tests/gov_rust_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,11 @@ fn gov_propose_cancel_proposal_id_test() {
&min_fee,
None,
);
assert_eq!(proposal_id, 3);
gov_setup
.check_proposal_id_consistency(&first_user_addr, proposal_id)
.assert_ok();


// Proposal ID = 4
let (result, proposal_id) = gov_setup.propose(
Expand Down

0 comments on commit 4c73589

Please sign in to comment.