Browse code

Adjust test to match its comment

Docker-DCO-1.1-Signed-off-by: Andrew Williams <williams.andrew@gmail.com> (github: TheDude05)

Andrew Williams authored on 2014/02/10 06:36:04
Showing 1 changed files
... ...
@@ -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