Skip to content

Commit a24242a

Browse files
committed
test: 更新单元测试
1 parent 5e05e16 commit a24242a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/UnitTest/Services/IpLocatorTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ public void Factory_Ok()
6767
var factory = Context.Services.GetRequiredService<IIpLocatorFactory>();
6868
Assert.NotNull(factory.Create("BaiduIpLocatorProviderV2"));
6969
Assert.NotNull(factory.Create("BaiduIpLocatorProvider"));
70-
Assert.NotNull(factory.Create("JuHeIpLocatorProvider"));
7170
Assert.NotNull(factory.Create());
7271
}
7372

0 commit comments

Comments
 (0)