Skip to content

Commit 94f6422

Browse files
committed
test:Fix typo
1 parent 734c368 commit 94f6422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/volume/attach_detach_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ func initCSIObjects(stopCh <-chan struct{}, informers clientgoinformers.SharedIn
216216
go informers.Storage().V1().CSIDrivers().Informer().Run(stopCh)
217217
}
218218

219-
func TestPodUpdateWithWithADC(t *testing.T) {
219+
func TestPodUpdateWithADC(t *testing.T) {
220220
// Disable ServiceAccount admission plugin as we don't have serviceaccount controller running.
221221
server := kubeapiservertesting.StartTestServerOrDie(t, nil, framework.DefaultTestServerFlags(), framework.SharedEtcd())
222222
defer server.TearDownFn()

0 commit comments

Comments
 (0)