From 49b97c915379675681c4f2f8f560ef6af1352618 Mon Sep 17 00:00:00 2001 From: tschumpr Date: Wed, 17 Jul 2024 14:03:34 +0200 Subject: [PATCH] Fix formatting --- tests/Geopilot.Api.Test/Controllers/MandateControllerTest.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Geopilot.Api.Test/Controllers/MandateControllerTest.cs b/tests/Geopilot.Api.Test/Controllers/MandateControllerTest.cs index 6616d360..dbd258dc 100644 --- a/tests/Geopilot.Api.Test/Controllers/MandateControllerTest.cs +++ b/tests/Geopilot.Api.Test/Controllers/MandateControllerTest.cs @@ -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[]