We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e05e16 commit a24242aCopy full SHA for a24242a
test/UnitTest/Services/IpLocatorTest.cs
@@ -67,7 +67,6 @@ public void Factory_Ok()
67
var factory = Context.Services.GetRequiredService<IIpLocatorFactory>();
68
Assert.NotNull(factory.Create("BaiduIpLocatorProviderV2"));
69
Assert.NotNull(factory.Create("BaiduIpLocatorProvider"));
70
- Assert.NotNull(factory.Create("JuHeIpLocatorProvider"));
71
Assert.NotNull(factory.Create());
72
}
73
0 commit comments