Skip to content

Commit 769bc87

Browse files
committed
go fmt
1 parent 4207b32 commit 769bc87

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/client/fake/client_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1982,8 +1982,6 @@ var _ = Describe("Fake client", func() {
19821982
Expect(apierrors.IsNotFound(err)).To(BeTrue())
19831983
})
19841984

1985-
1986-
19871985
It("should error when creating a token with the wrong subresource type", func() {
19881986
cl := NewClientBuilder().Build()
19891987
err := cl.SubResource("token").Create(context.Background(), &corev1.ServiceAccount{}, &corev1.Namespace{})

0 commit comments

Comments
 (0)