We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b860cc7 commit e205b36Copy full SHA for e205b36
x/wasm/types/proposal_legacy_test.go
@@ -43,7 +43,7 @@ func TestValidateProposalCommons(t *testing.T) {
43
},
44
expErr: true,
45
46
- "prevent leading white spaces in title": {
+ "prevent leading whitespaces in title": {
47
src: commonProposal{
48
Title: " Foo",
49
Description: "Bar",
@@ -63,7 +63,7 @@ func TestValidateProposalCommons(t *testing.T) {
63
64
65
66
- "prevent leading white spaces in description": {
+ "prevent leading whitespaces in description": {
67
68
Title: "Foo",
69
Description: " Bar",
0 commit comments