From 030c2684899b2b84f1023d668c5bf40b6ce1143d Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Fri, 15 Jan 2016 17:34:10 +0000 Subject: Fix broken test --- csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csharp') diff --git a/csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs b/csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs index b0f58744..9e994a6a 100644 --- a/csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs +++ b/csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs @@ -384,7 +384,7 @@ namespace Google.Protobuf [Test] [TestCase(1, 2123456789)] [TestCase(1, -100000000)] - public void DurationStandalone_NonNormalized(long seconds, int nanoseconds, string expected) + public void DurationStandalone_NonNormalized(long seconds, int nanoseconds) { Assert.Throws(() => new Duration { Seconds = seconds, Nanos = nanoseconds }.ToString()); } -- cgit v1.2.3