Skip to content

Commit c0b79e5

Browse files
committed
Fix linting problem
1 parent 35ad6dd commit c0b79e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/client/client_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,8 +634,8 @@ var _ = Describe("Client", func() {
634634
_, err = clientset.CoreV1().Nodes().Create(node)
635635
Expect(err).NotTo(HaveOccurred())
636636

637-
var actual corev1.NodeList
638-
err = cl.List(context.TODO(), &client.ListOptions{}, &actual)
637+
// var actual corev1.NodeList
638+
// err = cl.List(context.TODO(), &client.ListOptions{}, &actual)
639639
// Expect(err).NotTo(HaveOccurred())
640640
// Expect(actual).NotTo(BeNil())
641641

0 commit comments

Comments
 (0)