Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
piux2 committed Dec 27, 2024
1 parent b7f317a commit 41d1633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gno.land/r/sys/params/unlock_test.gno
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func TestProUnlockSend(t *testing.T) {
id := ProposeUnlockSend()
p, err := govdao.GetPropStore().ProposalByID(id)
urequire.NoError(t, err)
urequire.Equal(t, UnlockSendDesc, p.Description())
urequire.Equal(t, UnlockSendTitle, p.Description())
}

func TestFailUnlockSend(t *testing.T) {
Expand Down

0 comments on commit 41d1633

Please sign in to comment.