Commit f6a0c116 authored by csharptest's avatar csharptest Committed by rogerk

Issue 70: Portable library project has some invalid Nunit-based code.

parent 13f56c0d
...@@ -492,7 +492,7 @@ namespace Google.ProtocolBuffers ...@@ -492,7 +492,7 @@ namespace Google.ProtocolBuffers
.SetPackage("package") .SetPackage("package")
.BuildPartial(); .BuildPartial();
Assert.NotNull(opts.ToJson()); Assert.IsNotNull(opts.ToJson());
} }
} }
} }
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