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 1d6ad1b commit dd53283
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/gno.land/r/gov/dao/v2/prop4_filetest.gno
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ import (

func init() {
mExec := params.NewStringPropExecutor("prop1.string", "value1")
title := "Setting prop1.string param"
comment := "setting prop1.string param"
prop := dao.ProposalRequest{
Title: title,
Description: comment,
Executor: mExec,
}
Expand Down

0 comments on commit dd53283

Please sign in to comment.