Skip to content

Commit 37d4a59

Browse files
committed
update SchemaGeneration test output to reflect recent fixes in protobuf-net
1 parent 2541b88 commit 37d4a59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/protobuf-net.Grpc.Reflection.Test/SchemaGeneration.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ message ConferenceOverview {
137137
string ID = 1; // default value could not be applied: 00000000-0000-0000-0000-000000000000
138138
string Title = 2;
139139
}
140+
message IEnumerable_ConferenceOverview {
141+
repeated ConferenceOverview items = 1;
142+
}
140143
message ListConferencesResult {
141144
repeated ConferenceOverview Conferences = 1;
142145
}

0 commit comments

Comments
 (0)