This commit is contained in:
chrislu 2022-05-01 09:02:01 -07:00
parent 5d081d5c3c
commit 4bd6bea429

View file

@ -30,7 +30,7 @@ func TestJsonpMarshalUnmarshal(t *testing.T) {
rawJson := `{
"backendType":"aws",
"backendId":"temp",
"FileSize":12
"fileSize":12
}`
tv1 := &volume_server_pb.RemoteFile{}