mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-07-31 01:59:51 +08:00
minor
This commit is contained in:
parent
72482b8e1c
commit
228231f3d7
@ -35,7 +35,7 @@ func TestJsonpMarshalUnmarshal(t *testing.T) {
|
||||
|
||||
tv1 := &volume_server_pb.TieredVolume{}
|
||||
if err := jsonpb.UnmarshalString(rawJson, tv1); err != nil {
|
||||
fmt.Printf("unmarshal eror: %v\n", err)
|
||||
fmt.Printf("unmarshal error: %v\n", err)
|
||||
}
|
||||
|
||||
fmt.Printf("unmarshalled: %+v\n", tv1)
|
||||
|
Loading…
Reference in New Issue
Block a user