mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-15 22:31:21 +00:00
linting: apply misspell
This commit is contained in:
committed by
Ethan Buchman
parent
46ccbcbff6
commit
1721543e5c
@ -150,7 +150,7 @@ func TestParseRPC(t *testing.T) {
|
||||
{`{"name": "john", "height": 22}`, 22, "john", false},
|
||||
// defaults
|
||||
{`{"name": "solo", "unused": "stuff"}`, 0, "solo", false},
|
||||
// should fail - wrong types/lenght
|
||||
// should fail - wrong types/length
|
||||
{`["flew", 7]`, 0, "", true},
|
||||
{`[7,"flew",100]`, 0, "", true},
|
||||
{`{"name": -12, "height": "fred"}`, 0, "", true},
|
||||
|
Reference in New Issue
Block a user