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 520cb70 commit 5eb0d78Copy full SHA for 5eb0d78
src/Tests/Tests.Domain/Shape.cs
@@ -36,8 +36,8 @@ public class Shape
36
})
37
.RuleFor(p => p.Envelope, p => new EnvelopeGeoShape(new []
38
{
39
- new GeoCoordinate(0, 0),
40
- new GeoCoordinate(45, 45)
+ new GeoCoordinate(45, 0),
+ new GeoCoordinate(0, 45)
41
}))
42
.RuleFor(p => p.Circle, p => new CircleGeoShape(GenerateGeoCoordinate(p))
43
0 commit comments