From 6ddc8d814789c3323f4a7543ef23c4a4c80e7a32 Mon Sep 17 00:00:00 2001 From: asos-gurpreetsingh Date: Tue, 13 Aug 2024 11:16:36 +0100 Subject: [PATCH] make setup private remove unused namespace --- .../Helpers/TwoFilesConfigurationTests.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ServiceBusExplorer.Tests/Helpers/TwoFilesConfigurationTests.cs b/src/ServiceBusExplorer.Tests/Helpers/TwoFilesConfigurationTests.cs index e7562b44..e057e271 100644 --- a/src/ServiceBusExplorer.Tests/Helpers/TwoFilesConfigurationTests.cs +++ b/src/ServiceBusExplorer.Tests/Helpers/TwoFilesConfigurationTests.cs @@ -8,7 +8,6 @@ using ServiceBusExplorer.Helpers; using ServiceBusExplorer.Utilities.Helpers; using Microsoft.ServiceBus; -using System.Linq; using FluentAssertions; using Xunit; @@ -148,7 +147,7 @@ public TwoFilesConfigurationTests() #region Public methods //TODO: Refactor Setup - public void Setup() + private void Setup() { // Reset application config file. It does not work well just making a copy // of the application config file since it may have been modified by a previous