address TODO"

pull/19792/head
Jan Tattermusch 5 years ago
parent 79c9aa081d
commit ec14872fc2
  1. 4
      src/csharp/Grpc.Core.Tests/ContextualMarshallerTest.cs

@ -52,8 +52,8 @@ namespace Grpc.Core.Tests
} }
if (str == "SERIALIZE_TO_NULL") if (str == "SERIALIZE_TO_NULL")
{ {
// TODO: test for not calling complete Complete() (that resulted in null payload before...) // for contextual marshaller, serializing to null payload corresponds
// TODO: test for calling Complete(null byte array) // to not calling the Complete() method in the serializer.
return; return;
} }
var bytes = System.Text.Encoding.UTF8.GetBytes(str); var bytes = System.Text.Encoding.UTF8.GetBytes(str);

Loading…
Cancel
Save