Docker-DCO-1.1-Signed-off-by: Andrew Williams <williams.andrew@gmail.com> (github: TheDude05)
| ... | ... |
@@ -105,7 +105,7 @@ func TestNetworkOverlaps(t *testing.T) {
|
| 105 | 105 |
//netY starts before and ends at same IP of netX |
| 106 | 106 |
AssertOverlap("172.16.1.1/24", "172.16.0.1/23", t)
|
| 107 | 107 |
//netY starts before and ends outside of netX |
| 108 |
- AssertOverlap("172.16.1.1/24", "172.16.0.1/23", t)
|
|
| 108 |
+ AssertOverlap("172.16.1.1/24", "172.16.0.1/22", t)
|
|
| 109 | 109 |
//netY starts and ends before netX |
| 110 | 110 |
AssertNoOverlap("172.16.1.1/25", "172.16.0.1/24", t)
|
| 111 | 111 |
//netX starts and ends before netY |