Skip to content

Commit e205b36

Browse files
authored
Update proposal_legacy_test.go (#2311)
1 parent b860cc7 commit e205b36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x/wasm/types/proposal_legacy_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func TestValidateProposalCommons(t *testing.T) {
4343
},
4444
expErr: true,
4545
},
46-
"prevent leading white spaces in title": {
46+
"prevent leading whitespaces in title": {
4747
src: commonProposal{
4848
Title: " Foo",
4949
Description: "Bar",
@@ -63,7 +63,7 @@ func TestValidateProposalCommons(t *testing.T) {
6363
},
6464
expErr: true,
6565
},
66-
"prevent leading white spaces in description": {
66+
"prevent leading whitespaces in description": {
6767
src: commonProposal{
6868
Title: "Foo",
6969
Description: " Bar",

0 commit comments

Comments
 (0)