From 4bd6bea4295cd238278b20f18a15664fa3465008 Mon Sep 17 00:00:00 2001 From: chrislu Date: Sun, 1 May 2022 09:02:01 -0700 Subject: [PATCH] fix test --- weed/pb/proto_read_write_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{}