Skip to content

Commit

Permalink
make setup private
Browse files Browse the repository at this point in the history
remove unused namespace
  • Loading branch information
asos-gurpreetsingh committed Aug 13, 2024
1 parent e71d41c commit 6ddc8d8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using ServiceBusExplorer.Helpers;
using ServiceBusExplorer.Utilities.Helpers;
using Microsoft.ServiceBus;
using System.Linq;
using FluentAssertions;
using Xunit;

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6ddc8d8

Please sign in to comment.