Skip to content

Commit 1513028

Browse files
committed
fix pluginmanager test
1 parent 8e65f09 commit 1513028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cns/deviceplugin/pluginmanager_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ func TestPluginManagerStartStop(t *testing.T) {
142142
}
143143

144144
type fakeKubelet struct {
145-
v1beta1.UnimplementedDevicePluginServer
145+
v1beta1.UnimplementedRegistrationServer
146146
vnetPluginRegisterChan chan string
147147
ibPluginRegisterChan chan string
148148
pluginPrefix string

0 commit comments

Comments
 (0)