Skip to content

Commit 83c406d

Browse files
armruleonardoce
authored andcommitted
test: missing assertions
Signed-off-by: Armando Ruocco <[email protected]>
1 parent 4058495 commit 83c406d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/cnpgi/instance/internal/client/client_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,8 @@ var _ = Describe("ExtendedClient Get", func() {
140140
Expect(err).NotTo(HaveOccurred())
141141
err = extendedClient.Get(ctx, client.ObjectKeyFromObject(objectStoreNotInClient), objectStore)
142142
Expect(err).NotTo(HaveOccurred())
143+
144+
Expect(secretInClient.GetResourceVersion()).To(Equal("from cache"))
145+
Expect(objectStore.GetResourceVersion()).To(Equal("from cache"))
143146
})
144147
})

0 commit comments

Comments
 (0)