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 6db6095 commit 2009094Copy full SHA for 2009094
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