mirror of
https://github.com/redis/go-redis.git
synced 2025-06-12 14:21:52 +03:00
Consistent naming
This commit is contained in:
@ -121,10 +121,10 @@ var _ = Describe("Commands", func() {
|
||||
Expect(r.Val()).To(Equal(int64(0)))
|
||||
})
|
||||
|
||||
It("should ClientId", func() {
|
||||
err := client.ClientId().Err()
|
||||
It("should ClientID", func() {
|
||||
err := client.ClientID().Err()
|
||||
Expect(err).NotTo(HaveOccurred())
|
||||
Expect(client.ClientId().Val()).To(BeNumerically(">=", 0))
|
||||
Expect(client.ClientID().Val()).To(BeNumerically(">=", 0))
|
||||
})
|
||||
|
||||
It("should ClientPause", func() {
|
||||
|
Reference in New Issue
Block a user