Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
freever committed Sep 26, 2023
1 parent 3795224 commit 4999101
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Blauhaus.TestHelpers.NUnit/BaseTests/BaseTestContext.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
using Blauhaus.Common.Abstractions;
using Blauhaus.Ioc.DotNetCoreIocService;
using Blauhaus.TestHelpers;
using Blauhaus.TestHelpers.BaseTests;
using Blauhaus.TestHelpers.MockBuilders;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using NUnitLoggerProvider = Blauhaus.TestHelpers.NUnit.BaseTests.NUnitLoggerProvider;

namespace Onsight.IntegrationTests.Base;
namespace Blauhaus.TestHelpers.NUnit.BaseTests;

public abstract class BaseTestContext : IAsyncInitializable, IAsyncDisposable
{
Expand Down

0 comments on commit 4999101

Please sign in to comment.