Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn committed Nov 18, 2024
1 parent dd53283 commit 15818dd
Showing 1 changed file with 64 additions and 16 deletions.
80 changes: 64 additions & 16 deletions examples/gno.land/r/gov/dao/v2/prop4_filetest.gno
Original file line number Diff line number Diff line change
Expand Up @@ -38,50 +38,98 @@ func main() {
// Output:
// new prop 0
// --
// - [Proposal #0](/r/gov/dao/v2:0) - (**active**)(by g1wymu47drhr0kuq2098m792lytgtj2nyx77yrsm)
// # GovDAO Proposals
//
// ## [Prop #0 - Setting prop1.string param](/r/gov/dao/v2:0)
//
// #### Status: ACTIVE
//
// #### Author: g1wymu47drhr0kuq2098m792lytgtj2nyx77yrsm
//
//
// --
// # Prop #0
// # Proposal #0 - Setting prop1.string param
//
// Author: g1wymu47drhr0kuq2098m792lytgtj2nyx77yrsm
// ## Description
//
// setting prop1.string param
//
// Status: active
// ## Proposal information
//
// #### Status: ACTIVE
//
// #### Voting stats:
// - YES 0 (0%)
// - NO 0 (0%)
// - ABSTAIN 0 (0%)
// - MISSING VOTES 10 (100%)
//
// Voting stats: YES 0 (0%), NO 0 (0%), ABSTAIN 0 (0%), MISSING VOTE 10 (100%)
//
// Threshold met: false
// #### Threshold met: FALSE
//
// #### Author: g1wymu47drhr0kuq2098m792lytgtj2nyx77yrsm
//
// ## Actions
//
// [Vote YES](/r/gov/dao/v2$help&func=VoteOnProposal&id=0&option=YES) - [Vote NO](/r/gov/dao/v2$help&func=VoteOnProposal&id=0&option=NO) - [Vote ABSTAIN](/r/gov/dao/v2$help&func=VoteOnProposal&id=0&option=ABSTAIN)
//
//
// --
// --
// # Prop #0
// # Proposal #0 - Setting prop1.string param
//
// Author: g1wymu47drhr0kuq2098m792lytgtj2nyx77yrsm
// ## Description
//
// setting prop1.string param
//
// Status: accepted
// ## Proposal information
//
// #### Status: ACCEPTED
//
// #### Voting stats:
// - YES 10 (100%)
// - NO 0 (0%)
// - ABSTAIN 0 (0%)
// - MISSING VOTES 0 (0%)
//
//
// #### Threshold met: TRUE
//
// #### Author: g1wymu47drhr0kuq2098m792lytgtj2nyx77yrsm
//
// ## Actions
//
// The voting period for this proposal is over.
//
// Voting stats: YES 10 (100%), NO 0 (0%), ABSTAIN 0 (0%), MISSING VOTE 0 (0%)
//
// Threshold met: true
//
//
// --
// --
// # Prop #0
// # Proposal #0 - Setting prop1.string param
//
// Author: g1wymu47drhr0kuq2098m792lytgtj2nyx77yrsm
// ## Description
//
// setting prop1.string param
//
// Status: execution successful
// ## Proposal information
//
// #### Status: EXECUTION SUCCESSFUL
//
// #### Voting stats:
// - YES 10 (100%)
// - NO 0 (0%)
// - ABSTAIN 0 (0%)
// - MISSING VOTES 0 (0%)
//
//
// #### Threshold met: TRUE
//
// #### Author: g1wymu47drhr0kuq2098m792lytgtj2nyx77yrsm
//
// Voting stats: YES 10 (100%), NO 0 (0%), ABSTAIN 0 (0%), MISSING VOTE 0 (0%)
// ## Actions
//
// Threshold met: true
// The voting period for this proposal is over.

// Events:
// [
Expand Down

0 comments on commit 15818dd

Please sign in to comment.