diff options
| author | chrislu <chris.lu@gmail.com> | 2022-05-01 09:02:01 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-05-01 09:02:01 -0700 |
| commit | 4bd6bea4295cd238278b20f18a15664fa3465008 (patch) | |
| tree | 227bea9907357dc24b7bf8301068e7b7cfe47bd8 | |
| parent | 5d081d5c3cebef824b7d376df211594b62ff8d16 (diff) | |
| download | seaweedfs-4bd6bea4295cd238278b20f18a15664fa3465008.tar.xz seaweedfs-4bd6bea4295cd238278b20f18a15664fa3465008.zip | |
fix test
| -rw-r--r-- | weed/pb/proto_read_write_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/pb/proto_read_write_test.go b/weed/pb/proto_read_write_test.go index 7f6444ab5..d6b2faaef 100644 --- a/weed/pb/proto_read_write_test.go +++ b/weed/pb/proto_read_write_test.go @@ -30,7 +30,7 @@ func TestJsonpMarshalUnmarshal(t *testing.T) { rawJson := `{ "backendType":"aws", "backendId":"temp", - "FileSize":12 + "fileSize":12 }` tv1 := &volume_server_pb.RemoteFile{} |
