summaryrefslogtreecommitdiff
path: root/test/ipaddress/ipv6_test.rb
diff options
context:
space:
mode:
authorFrancis Luong (Franco) <franco@definefunk.com>2017-08-30 07:54:06 -0400
committerGitHub <noreply@github.com>2017-08-30 07:54:06 -0400
commit9bdfb364e0c670ead7f5f339f944a4d5d43927a2 (patch)
tree1fd65bb1235e8520099f9ddde11e9e6136adfc1b /test/ipaddress/ipv6_test.rb
parent5712182757e385ac9e7872f18f8b0bdd91de1e87 (diff)
parent335e3433869581fb3e1ece78999aed473c3ea989 (diff)
downloadipaddress-9bdfb364e0c670ead7f5f339f944a4d5d43927a2.tar.gz
Merge pull request #94 from ipaddress-gem/improve-remove_warnings
Improve remove warnings
Diffstat (limited to 'test/ipaddress/ipv6_test.rb')
-rw-r--r--test/ipaddress/ipv6_test.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/ipaddress/ipv6_test.rb b/test/ipaddress/ipv6_test.rb
index c7b8142..b43c9de 100644
--- a/test/ipaddress/ipv6_test.rb
+++ b/test/ipaddress/ipv6_test.rb
@@ -26,9 +26,7 @@ class IPv6Test < Minitest::Test
"::1" => 1,
"0:0:0:0:0:0:0:0" => 0,
"0:0:0::0:0:0" => 0,
- "::" => 0,
- "1080:0:0:0:8:800:200C:417A" => 21932261930451111902915077091070067066,
- "1080::8:800:200C:417A" => 21932261930451111902915077091070067066}
+ "::" => 0}
@invalid_ipv6 = [":1:2:3:4:5:6:7",
":1:2:3:4:5:6:7",