Skip to content

Commit

Permalink
Fix the test case
Browse files Browse the repository at this point in the history
Signed-off-by: arkbriar <[email protected]>
  • Loading branch information
arkbriar committed Jan 30, 2024
1 parent 7b9d22b commit 5493000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/fake/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@ var _ = Describe("Fake client", func() {
By("Getting the Pod")
obj = &corev1.Pod{}
err := cl.Get(context.Background(), namespacedName, obj)
Expect(err).To(BeNil())
Expect(err).ToNot(HaveOccurred())
})

It("should reject changes to deletionTimestamp on Patch", func() {
Expand Down

0 comments on commit 5493000

Please sign in to comment.