Skip to content

Commit 4032699

Browse files
Merge branch '16-18' of github.com:techknowlogick/gitea into 16-18
2 parents 4da3cd0 + 85d8b3b commit 4032699

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)