diff --git a/jsoncmd_test.go b/jsoncmd_test.go index 9fb011e2..a3410714 100644 --- a/jsoncmd_test.go +++ b/jsoncmd_test.go @@ -312,8 +312,9 @@ var jsoncmdtests = []struct { "somehash") }, result: &GetBlockCmd{ - id: float64(1), - Hash: "somehash", + id: float64(1), + Hash: "somehash", + Verbose: true, }, }, {