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 b6d5c37 commit fffaa63Copy full SHA for fffaa63
src/GeoJSON.Net.Tests/Geometry/MultiPolygonTests.cs
@@ -111,7 +111,7 @@ public void Can_Serialize()
111
public void Equals_GetHashCode_Contract()
112
{
113
var rnd = new System.Random();
114
- var offset = rnd.NextDouble() * 60;
+ var offset = rnd.NextDouble() * 20;
115
if (rnd.NextDouble() < 0.5)
116
117
offset *= -1;
0 commit comments