Skip to content

Commit fffaa63

Browse files
committed
Fixing test
1 parent b6d5c37 commit fffaa63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GeoJSON.Net.Tests/Geometry/MultiPolygonTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public void Can_Serialize()
111111
public void Equals_GetHashCode_Contract()
112112
{
113113
var rnd = new System.Random();
114-
var offset = rnd.NextDouble() * 60;
114+
var offset = rnd.NextDouble() * 20;
115115
if (rnd.NextDouble() < 0.5)
116116
{
117117
offset *= -1;

0 commit comments

Comments
 (0)