Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tschumpr committed Jul 17, 2024
1 parent 508544f commit 49b97c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Geopilot.Api.Test/Controllers/MandateControllerTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ public void Initialize()
mandateController = new MandateController(loggerMock.Object, context, validationServiceMock.Object);

unrestrictedMandate = new Mandate { FileTypes = new string[] { ".*" }, Name = nameof(unrestrictedMandate) };
xtfMandate = new Mandate {
xtfMandate = new Mandate
{
FileTypes = new string[] { ".xtf" },
Name = nameof(xtfMandate),
SpatialExtent = Geometry.DefaultFactory.CreatePolygon(new Coordinate[]
Expand Down

0 comments on commit 49b97c9

Please sign in to comment.