Commit a7080292 authored by Savorboard's avatar Savorboard

Fix unit test

parent d240ed9c
......@@ -38,7 +38,7 @@ namespace DotNetCore.CAP.CastleDynamicProxyTest
var selector = _provider.GetRequiredService<IConsumerServiceSelector>();
var candidates = selector.SelectCandidates();
Assert.Equal(2, candidates.Count);
Assert.Equal(1, candidates.Count);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment