chore: remove duplicate test case

This commit is contained in:
Marin Petrunic 2023-01-27 15:52:02 +01:00
parent 252be84d09
commit d185467491
No known key found for this signature in database
GPG key ID: 794694926A023C69

View file

@ -1141,7 +1141,6 @@ func TestIs4In6(t *testing.T) {
{mustIP("::ffff:127.1.2.3"), true, mustIP("127.1.2.3")},
{mustIP("::ffff:7f01:0203"), true, mustIP("127.1.2.3")},
{mustIP("0:0:0:0:0000:ffff:127.1.2.3"), true, mustIP("127.1.2.3")},
{mustIP("0:0:0:0:0000:ffff:127.1.2.3"), true, mustIP("127.1.2.3")},
{mustIP("0:0:0:0::ffff:127.1.2.3"), true, mustIP("127.1.2.3")},
{mustIP("::1"), false, mustIP("::1")},
{mustIP("1.2.3.4"), false, mustIP("1.2.3.4")},