test: 更新单元测试

This commit is contained in:
Argo Zhang 2025-11-22 09:14:34 +08:00
parent 0b3d794738
commit 33f8bf766d
1 changed files with 0 additions and 4 deletions

View File

@ -110,10 +110,6 @@ public class SearcherTest
var ipAddress = IPAddress.Parse(ipStr);
var region = fileSearcher.Search(ipAddress);
Assert.Equal(expected, region);
var ip = XDB.Util.IpAddressToUInt32(ipAddress);
region = fileSearcher.Search(ip);
Assert.Equal(expected, region);
}
[Theory]