Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Tingaikin <denis.tingajkin@xored.com>
  • Loading branch information
denis-tingaikin committed Mar 21, 2022
1 parent 492c543 commit dba1dc3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/ipam/vl3ipam/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func Test_vl3_IPAM_Allocate(t *testing.T) {
}
}

func Test_vl3_IPAM_Allocat2(t *testing.T) {
func Test_vl3_IPAM_Allocate2(t *testing.T) {
t.Cleanup(func() {
goleak.VerifyNone(t)
})
Expand Down Expand Up @@ -118,7 +118,7 @@ func Test_vl3_IPAM_Allocat2(t *testing.T) {
}
}

func Test_vl3_IPAM_Allocat3(t *testing.T) {
func Test_vl3_IPAM_Allocate3(t *testing.T) {
t.Cleanup(func() {
goleak.VerifyNone(t)
})
Expand Down Expand Up @@ -152,15 +152,15 @@ func Test_vl3_IPAM_Allocat3(t *testing.T) {
}
}

func Test_vl3_IPAM_Allocat4(t *testing.T) {
func Test_vl3_IPAM_Allocate4(t *testing.T) {
t.Cleanup(func() {
goleak.VerifyNone(t)
})

var ctx, cancel = context.WithTimeout(context.Background(), time.Second*5)
defer cancel()

connectTO := newVL3IPAMServer(ctx, t, "172.16.0.0/16", 40)
connectTO := newVL3IPAMServer(ctx, t, "172.16.0.0/16", 25)

for i := 0; i < 10; i++ {
c := newVL3IPAMClient(ctx, t, &connectTO)
Expand Down

0 comments on commit dba1dc3

Please sign in to comment.