Skip to content

Commit 2098701

Browse files
committed
test: missing assertions
Signed-off-by: Armando Ruocco <armando.ruocco@enterprisedb.com>
1 parent 126674b commit 2098701

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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)