From 6e09951a3497cc660cb96ec6c36666b25d8b113d Mon Sep 17 00:00:00 2001 From: Dhirender Singh Date: Thu, 19 Sep 2024 15:40:36 +0200 Subject: [PATCH] removed extra line --- .../BusinessLogic/RegistrationBusinessLogicTest.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/registration/Registration.Service.Tests/BusinessLogic/RegistrationBusinessLogicTest.cs b/tests/registration/Registration.Service.Tests/BusinessLogic/RegistrationBusinessLogicTest.cs index e8e555a552..e2737b4b7e 100644 --- a/tests/registration/Registration.Service.Tests/BusinessLogic/RegistrationBusinessLogicTest.cs +++ b/tests/registration/Registration.Service.Tests/BusinessLogic/RegistrationBusinessLogicTest.cs @@ -799,7 +799,6 @@ public async Task SetCompanyWithAddressAsync__WithoutCompanyNameChange_ModifiesC c.BusinessPartnerNumber == companyData.BusinessPartnerNumber); } - [Theory] [InlineData(null)] [InlineData("")]