File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -816,7 +816,7 @@ key = 00112233445566778899aabbccddeeff00112233445566778899aabbccddeeff
816816" ;
817817 let config = parse_config ( content) . unwrap ( ) ;
818818 assert ! ( config. peer( ) . responder) ;
819- assert_eq ! ( config. peer( ) . address, "10.47.0.2 /30" ) ;
819+ assert_eq ! ( config. peer( ) . address, "10.47.0.1 /30" ) ;
820820 }
821821
822822 #[ test]
@@ -831,7 +831,7 @@ key = 00112233445566778899aabbccddeeff00112233445566778899aabbccddeeff
831831" ;
832832 let config = parse_config ( content) . unwrap ( ) ;
833833 assert ! ( config. peer( ) . responder) ;
834- assert_eq ! ( config. peer( ) . address, "10.47.0.2 /30" ) ;
834+ assert_eq ! ( config. peer( ) . address, "10.47.0.1 /30" ) ;
835835 }
836836
837837 #[ test]
@@ -846,7 +846,7 @@ key = 00112233445566778899aabbccddeeff00112233445566778899aabbccddeeff
846846" ;
847847 let config = parse_config ( content) . unwrap ( ) ;
848848 assert ! ( !config. peer( ) . responder) ;
849- assert_eq ! ( config. peer( ) . address, "10.47.0.1 /30" ) ;
849+ assert_eq ! ( config. peer( ) . address, "10.47.0.2 /30" ) ;
850850 }
851851
852852 #[ test]
You can’t perform that action at this time.
0 commit comments