mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-15 20:06:19 +08:00
fix test
This commit is contained in:
@@ -30,7 +30,7 @@ func TestJsonpMarshalUnmarshal(t *testing.T) {
|
||||
rawJson := `{
|
||||
"backendType":"aws",
|
||||
"backendId":"temp",
|
||||
"FileSize":12
|
||||
"fileSize":12
|
||||
}`
|
||||
|
||||
tv1 := &volume_server_pb.RemoteFile{}
|
||||
|
Reference in New Issue
Block a user