You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Grpc/JsonTranscoding/test/Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests/ConverterTests/JsonConverterReadTests.cs
+34-6Lines changed: 34 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -187,6 +187,31 @@ public void Enum_ReadNumber(int value)
AssertReadJsonError<HelloRequest.Types.DataTypes>(json, ex =>Assert.Equal(@"Error converting value ""INVALID"" to enum type Transcoding.HelloRequest+Types+DataTypes+Types+NestedEnum.",ex.Message),descriptorRegistry:serviceDescriptorRegistry,deserializeOld:false);
213
+
}
214
+
190
215
[Fact]
191
216
publicvoidTimestamp_Nested()
192
217
{
@@ -603,7 +628,7 @@ public void JsonNamePriority_FieldNameFallback()
0 commit comments