mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
refactor logging in pretty big overhaul
This commit is contained in:
@ -22,7 +22,6 @@ namespace ApplicationTests
|
||||
[TestFixture]
|
||||
public class CommandTests
|
||||
{
|
||||
ILogger logger;
|
||||
private IServiceProvider serviceProvider;
|
||||
private ITranslationLookup transLookup;
|
||||
private CommandConfiguration cmdConfig;
|
||||
@ -34,8 +33,6 @@ namespace ApplicationTests
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
logger = A.Fake<ILogger>();
|
||||
|
||||
serviceProvider = new ServiceCollection()
|
||||
.BuildBase(new EventHandlerMock(true))
|
||||
.AddSingleton(A.Fake<ClientService>())
|
||||
|
Reference in New Issue
Block a user