UT update for package gclient/ghttp

This commit is contained in:
John Guo
2022-01-19 18:26:39 +08:00
parent e90f72b538
commit 3dcd9b535b
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ var (
)
func init() {
for i := 7000; i <= 8000; i++ {
for i := 6000; i < 7000; i++ {
ports.Append(i)
}
}

View File

@ -26,7 +26,7 @@ var (
func init() {
genv.Set("UNDER_TEST", "1")
for i := 7000; i <= 8000; i++ {
for i := 7000; i < 8000; i++ {
ports.Append(i)
}
}