Skip to content

Commit

Permalink
feat:delete ip test case
Browse files Browse the repository at this point in the history
  • Loading branch information
gongna-au committed Sep 19, 2024
1 parent 4e9b815 commit 0de61d8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions util/ip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,6 @@ func TestGetInstanceDatacenter(t *testing.T) {
true,
"",
},
{
"test get datacenter format error 2",
"127.0.0.2:3306",
true,
"",
},
}

for k, tt := range testCases {
Expand Down Expand Up @@ -192,12 +186,6 @@ func TestGetHostDatacenter(t *testing.T) {
true,
"",
},
{
"test get datacenter format error 2",
"127.0.0.2",
true,
"",
},
}

for k, tt := range testCases {
Expand Down

0 comments on commit 0de61d8

Please sign in to comment.