Browse Source

remove duplicate test case

Jan Tattermusch 10 năm trước cách đây
mục cha
commit
a55a4449ef
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs

+ 0 - 1
csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs

@@ -244,7 +244,6 @@ namespace Google.Protobuf
         [TestCase(null, "{ }")]
         [TestCase("x", "{ 'fooString': 'x' }")]
         [TestCase("", "{ 'fooString': '' }")]
-        [TestCase(null, "{ }")]
         public void Oneof(string fooStringValue, string expectedJson)
         {
             var message = new TestOneof();