We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0bdc36 commit 82008f5Copy full SHA for 82008f5
tests/PolylineAlgorithm.Tests/PolylineOptionsBuilderTest.cs
@@ -50,7 +50,7 @@ static void WithSmallBufferSize() => PolylineEncodingOptionsBuilder.Create()
50
51
// Assert
52
Assert.IsNotNull(exception);
53
- Assert.AreEqual("maxBufferSize", exception.ParamName);
+ Assert.AreEqual("bufferSize", exception.ParamName);
54
Assert.Contains("Buffer size must be greater than 11.", exception.Message);
55
}
56
@@ -99,6 +99,5 @@ static void WithNullLoggerFactory() => PolylineEncodingOptionsBuilder.Create()
99
100
101
Assert.AreEqual("loggerFactory", exception.ParamName);
102
- Assert.Contains("Logger factory cannot be null.", exception.Message);
103
104
0 commit comments