Skip to content

Commit 85d8b3b

Browse files
authored
Update modules/util/net_test.go
1 parent 36cc174 commit 85d8b3b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

modules/util/net_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ func TestIsIPPPrivate(t *testing.T) {
3737
isPrivate: false,
3838
},
3939
// case 4
40-
{
41-
ip: "::1",
42-
isPrivate: false, // TODO: according to go, this isn't private?
43-
},
44-
// case 4
4540
{
4641
ip: "2a12:7c40::f00d",
4742
isPrivate: false,

0 commit comments

Comments
 (0)