diff --git a/core/testdata/transcript_go_proto/transcript.proto b/core/testdata/transcript_go_proto/transcript.proto index 346824dfc..1cbadcca7 100644 --- a/core/testdata/transcript_go_proto/transcript.proto +++ b/core/testdata/transcript_go_proto/transcript.proto @@ -59,5 +59,5 @@ message BatchGetUser { // BatchListUserRevisions request and response message BatchListUserRevisions { v1.BatchListUserRevisionsRequest request = 1; - v1.BatchListUserRevisionsResponse response = 2; + v1.BatchListUserRevisionsResponse response = 2; }