From d0a93a84d3ec0604ebce8e876fcc09d1354218ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCsters?= Date: Wed, 10 Jul 2024 12:06:27 +0200 Subject: [PATCH] chore: fixed styling --- .../Endpoints/CommandEndpointBaseExceptionTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/extensions/fastEndpoints/Wemogy.CQRS.Extensions.FastEndpoints.UnitTests/Endpoints/CommandEndpointBaseExceptionTests.cs b/src/extensions/fastEndpoints/Wemogy.CQRS.Extensions.FastEndpoints.UnitTests/Endpoints/CommandEndpointBaseExceptionTests.cs index 5819d01..8c3a052 100644 --- a/src/extensions/fastEndpoints/Wemogy.CQRS.Extensions.FastEndpoints.UnitTests/Endpoints/CommandEndpointBaseExceptionTests.cs +++ b/src/extensions/fastEndpoints/Wemogy.CQRS.Extensions.FastEndpoints.UnitTests/Endpoints/CommandEndpointBaseExceptionTests.cs @@ -47,4 +47,3 @@ public async Task PrintHelloWorldCommand_ShouldReturnCorrectErrorException(Error exception?.GetType().Name.Should().Be($"{errorType}ErrorException"); } } -