We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0258be2 commit 4247539Copy full SHA for 4247539
cns/nodesubnet/initialization_test.go
@@ -6,7 +6,6 @@ import (
6
7
"github.com/Azure/azure-container-networking/cns"
8
"github.com/Azure/azure-container-networking/cns/cnireconciler"
9
- "github.com/Azure/azure-container-networking/cns/ipam"
10
"github.com/Azure/azure-container-networking/cns/nodesubnet"
11
"github.com/Azure/azure-container-networking/cns/restserver"
12
"github.com/Azure/azure-container-networking/cns/types"
@@ -69,7 +68,7 @@ func TestNewCNSPodInfoProvider(t *testing.T) {
69
68
name string
70
store store.KeyValueStore
71
wantErr bool
72
- reconciler ipam.StateReconciler
+ reconciler *MockIpamStateReconciler
73
exp int
74
}{
75
{
0 commit comments