Commit a55a4449 authored by Jan Tattermusch's avatar Jan Tattermusch

remove duplicate test case

parent 53435df5
...@@ -244,7 +244,6 @@ namespace Google.Protobuf ...@@ -244,7 +244,6 @@ namespace Google.Protobuf
[TestCase(null, "{ }")] [TestCase(null, "{ }")]
[TestCase("x", "{ 'fooString': 'x' }")] [TestCase("x", "{ 'fooString': 'x' }")]
[TestCase("", "{ 'fooString': '' }")] [TestCase("", "{ 'fooString': '' }")]
[TestCase(null, "{ }")]
public void Oneof(string fooStringValue, string expectedJson) public void Oneof(string fooStringValue, string expectedJson)
{ {
var message = new TestOneof(); var message = new TestOneof();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment