We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5fe33 commit 6928e52Copy full SHA for 6928e52
redis_test.go
@@ -323,6 +323,7 @@ var _ = Describe("Client", func() {
323
cn, err = client.Pool().Get(context.Background())
324
Expect(err).NotTo(HaveOccurred())
325
Expect(cn).NotTo(BeNil())
326
+ Expect(cn.UsedAt().UnixNano()).To(BeNumerically(">", createdAt.UnixNano()))
327
Expect(cn.UsedAt().After(createdAt)).To(BeTrue())
328
})
329
0 commit comments