mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix test
This commit is contained in:
parent
5d081d5c3c
commit
4bd6bea429
|
@ -30,7 +30,7 @@ func TestJsonpMarshalUnmarshal(t *testing.T) {
|
||||||
rawJson := `{
|
rawJson := `{
|
||||||
"backendType":"aws",
|
"backendType":"aws",
|
||||||
"backendId":"temp",
|
"backendId":"temp",
|
||||||
"FileSize":12
|
"fileSize":12
|
||||||
}`
|
}`
|
||||||
|
|
||||||
tv1 := &volume_server_pb.RemoteFile{}
|
tv1 := &volume_server_pb.RemoteFile{}
|
||||||
|
|
Loading…
Reference in a new issue