Browse Source

[3899] Fixed cut & paste typo

Francis Dupont 10 years ago
parent
commit
3cb8722d0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcp/tests/option6_iaprefix_unittest.cc

+ 1 - 1
src/lib/dhcp/tests/option6_iaprefix_unittest.cc

@@ -252,7 +252,7 @@ TEST_F(Option6IAPrefixTest, negative) {
                  BadValue);
 
     // Prefix length can't be larger than 128
-    EXPECT_THROW(Option6IAPrefix(12345, IOAddress("192.0.2.1"),
+    EXPECT_THROW(Option6IAPrefix(12345, IOAddress("2001:db8:1::"),
                                  255, 1000, 2000),
                  BadValue);
 }