Skip to content

Commit 4247539

Browse files
fix: fix compile after unexporting interface
1 parent 0258be2 commit 4247539

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cns/nodesubnet/initialization_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import (
66

77
"github.com/Azure/azure-container-networking/cns"
88
"github.com/Azure/azure-container-networking/cns/cnireconciler"
9-
"github.com/Azure/azure-container-networking/cns/ipam"
109
"github.com/Azure/azure-container-networking/cns/nodesubnet"
1110
"github.com/Azure/azure-container-networking/cns/restserver"
1211
"github.com/Azure/azure-container-networking/cns/types"
@@ -69,7 +68,7 @@ func TestNewCNSPodInfoProvider(t *testing.T) {
6968
name string
7069
store store.KeyValueStore
7170
wantErr bool
72-
reconciler ipam.StateReconciler
71+
reconciler *MockIpamStateReconciler
7372
exp int
7473
}{
7574
{

0 commit comments

Comments
 (0)