Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tatlat committed Jan 16, 2024
1 parent 3476508 commit 5bcfe86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/clustermanager/cluster_creator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ func newClusterCreator(t *testing.T) (*clustermanager.ClusterCreator, *clusterCr
}

func (cct *clusterCreatorTest) expectFileCreate(clusterName, path string, w io.WriteCloser) {
//opts := []interface{}{filewriter.PersistentFile, filewriter.Permission0600}
cct.writer.EXPECT().Create(kubeconfig.FormatWorkloadClusterKubeconfigFilename(clusterName), gomock.AssignableToTypeOf([]filewriter.FileOptionsFunc{})).Return(w, path, nil)
}

Expand Down

0 comments on commit 5bcfe86

Please sign in to comment.