Explorar el Código

Fix build error

master
Savorboard hace 3 años
padre
commit
6b53367e7e
Se han modificado 1 ficheros con 0 adiciones y 13 borrados
  1. +0
    -13
      test/DotNetCore.CAP.Test/CAP.BuilderTest.cs

+ 0
- 13
test/DotNetCore.CAP.Test/CAP.BuilderTest.cs Ver fichero

@@ -39,19 +39,6 @@ namespace DotNetCore.CAP.Test
Assert.NotNull(markService);
}

[Fact]
public void CanOverridePublishService()
{
var services = new ServiceCollection();
services.AddCap(x => { }).AddProducerService<MyProducerService>();

var thingy = services.BuildServiceProvider()
.GetRequiredService<ICapPublisher>() as MyProducerService;

Assert.NotNull(thingy);
}

[Fact]
public void CanResolveCapOptions()
{


Cargando…
Cancelar
Guardar