Skip to content

Commit

Permalink
remove debugging field
Browse files Browse the repository at this point in the history
  • Loading branch information
zachpainter77 committed Mar 23, 2024
1 parent 43fb46f commit 3bf18ee
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@ namespace MediatR.Extensions.Microsoft.DependencyInjection.Tests;
public class AssemblyResolutionTests
{
private readonly IServiceProvider _provider;
private readonly List<ServiceDescriptor> _services;

public AssemblyResolutionTests()
{
IServiceCollection services = new ServiceCollection();
services.AddSingleton(new Logger());
services.AddMediatR(cfg => cfg.RegisterServicesFromAssembly(typeof(Ping).Assembly));
_provider = services.BuildServiceProvider();
_services = services.ToList();
}

[Fact]
Expand Down

0 comments on commit 3bf18ee

Please sign in to comment.